This tutorial shows you how to find and drop duplicate rows in a Pandas dataframe. Explains duplicated and drop_duplicates function with examples.
Developers can create scripts/programs using Python and Jira REST API to access resources such as projects, issues, comments, users etc., from Jira Cloud and Server Platforms.
This article demonstrates how to read data from a JSON string or file and similarly how to write data in JSON format using json module in Python.
Understand various CSV dialects in Python for reading and writing CSV files using the CSV module, discover options for managing and customizing dialects
Python CSV module contains functions to read and write CSV data. Here are some examples of how to read from and write to CSV files in a Python program.
This tutorial shows you how to visualize your data in Jupyter Notebook with the help of two Python libraries - Pandas and Matplotlib.
Python program to recursively list directories, subdirectories and files in a directory tree
Python string operations using builtin string methods find() and replace(). Contains examples for string search and replace.
This is a basic web crawler program written in Python that crawls a website to find any broken links
Web scraping with Python - Step-by-step guide on creating your first Python script to scrape a website.