flâneur — a map of the web's best reading

Getting started — pandas 2.2.3 documentation

pandas.pydata.org · 773 words · saved by 1 readers

When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. pandas will help you to explore, clean, and process your data. In pandas, a data table is called a DataFrame.

Getting started # Installation # Working with conda? pandas can be installed via conda from conda-forge . conda install -c conda-forge pandas Prefer pip? pandas can be installed via pip from PyPI . pip install pandas In-depth instructions? Installing a specific version? Installing from source? Check the advanced installation page. Learn more Intro to pandas # What kind of data does pandas handle? Straight to tutorial… When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. pandas will help you to explore, clean, and process your data.

Explore this link on the map →

saved by

related reading