Qamro's picture
Update README.md
8da8b45 verified
|
Raw
History Blame Contribute Delete
870 Bytes
metadata
license: apache-2.0

Simple Datasets for Pandas ๐Ÿผ

A collection of simple and beginner-friendly datasets designed for learning and practicing Pandas and basic data analysis with Python.

๐Ÿ“ฆ Dataset Contents

This dataset contains data available in three common file formats:

  • students.csv - CSV format
  • students.json - JSON format
  • students.xlsx - Microsoft Excel format

These files can be used to practice loading, exploring, cleaning, manipulating, and analyzing tabular data using Pandas.

๐ŸŽฏ Purpose

The main purpose of this dataset is to help beginners learn how to work with different data formats using Python and Pandas.

It can be used to practice:

  • Python
  • Pandas
  • NumPy
  • Data analysis
  • Data cleaning
  • Data manipulation
  • Data visualization
  • Working with CSV files
  • Working with JSON files
  • Working with Excel files