An open API service indexing awesome lists of open source software.

https://github.com/fimbres/pandas-start

A crash project with the most important pandas functions and methods, used in data science, AI and machine learning.
https://github.com/fimbres/pandas-start

data-science pandas pandas-dataframe python-script python3

Last synced: 7 months ago
JSON representation

A crash project with the most important pandas functions and methods, used in data science, AI and machine learning.

Awesome Lists containing this project

README

          

# pandas-start

A crash project with the most important pandas functions and methods, used in data science, AI and machine learning.

## prerequisites
- installed python 3
- installed pandas

run `python3 "script".py` to execute a script, where "script" is the name of the script you want to execute.