Tarandeep Singh has Published 5 Articles

How to Automate an Excel Sheet in Python?

Tarandeep Singh

Tarandeep Singh

Updated on 29-May-2023 12:38:16

1K+ Views

Data storage, analysis, and presentation are frequently done using Excel. The popular programming language Python, on the other hand, is renowned for its ease of use, adaptability, and versatility. For use with Excel spreadsheets and for various task automation, Python offers a number of libraries. We can easily make use ... Read More

Get the day from a date in Pandas

Tarandeep Singh

Tarandeep Singh

Updated on 29-May-2023 12:35:40

7K+ Views

Pandas is a popular Python library that is used for data analysis and manipulation. Dealing with date and time is a common task while working with data analysis and manipulation in Python Pandas. Getting the day from a given date is a real-life task that might have come across many ... Read More

Get the data type of column in Pandas - Python

Tarandeep Singh

Tarandeep Singh

Updated on 29-May-2023 12:33:09

7K+ Views

Pandas is a popular and powerful Python library commonly used for data analysis and manipulation. It offers a number of data structures, including the Series, DataFrame, and Panel, for working with tabular and time-series data. Pandas DataFrame is a two-dimensional tabular data structure. In this article, we'll go through various ... Read More

Get tag name using Beautifulsoup in Python

Tarandeep Singh

Tarandeep Singh

Updated on 29-May-2023 12:29:04

2K+ Views

BeautifulSoup is known as one of the most widely used Python packages for web scraping. It is one of the most fantastic tools used for parsing HTML and XML documents, making it simpler and quicker to extract data from websites. Extraction of the tag name for particular HTML and XML ... Read More

Get specific row from PySpark dataframe

Tarandeep Singh

Tarandeep Singh

Updated on 29-May-2023 12:20:37

6K+ Views

PySpark is a powerful tool for data processing and analysis. When working with data in a PySpark DataFrame, you may sometimes need to get a specific row from the dataframe. It helps users to manipulate and access data easily in a distributed and parallel manner, making it ideal for big ... Read More

1
Advertisements