Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raffaeleterribile/pandas-tutorials
https://github.com/raffaeleterribile/pandas-tutorials
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/pandas-tutorials
- Owner: raffaeleterribile
- Created: 2022-03-22T09:26:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T07:06:00.000Z (over 2 years ago)
- Last Synced: 2023-07-19T19:45:00.191Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 25.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pytorch tutorials
Exercises on Pandas
## Installation
Install Python from the official site [Ptyhon.org](https://www.python.org/).
To install packages, you can use the builtin pip or conda (from [Anaconda.org](https://anaconda.org/)).
To install packages using pip, execute this command:
> pip install --requirements requirements.txt
To install packages using conda, execute this command:
> conda env create --file environment.yaml