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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/pandas-tutorials
- Owner: raffaeleterribile
- Created: 2022-03-22T09:26:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T07:06:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T17:42:02.866Z (3 months 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