https://github.com/csfelix/datascience-exercises
🐍 Just some DataScience exercises, nothing more... 🐍 (🔑 KeyWords: python, data science, data analysis, pandas 🔑)
https://github.com/csfelix/datascience-exercises
data-analysis data-science datascience pandas python python3
Last synced: 7 months ago
JSON representation
🐍 Just some DataScience exercises, nothing more... 🐍 (🔑 KeyWords: python, data science, data analysis, pandas 🔑)
- Host: GitHub
- URL: https://github.com/csfelix/datascience-exercises
- Owner: CSFelix
- Created: 2022-05-25T19:54:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T17:58:13.000Z (over 3 years ago)
- Last Synced: 2025-04-28T12:52:46.309Z (9 months ago)
- Topics: data-analysis, data-science, datascience, pandas, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 201 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌟 DataScience Exercises 🌟
----
### `❓ What's it? ❓`
* My first exercises in DataScience with python!!
----
### `⚒️ Tools ⚒️`
* Python version 3.6 or above;
* Anaconda and Python DataScience Stack (pandas in particular);
* Jupyter Notebook
----
### `⚙️ Run ⚙️`
> **Installing Pandas**
* If you have the anaconda python installed, the pandas library is already installed. Else, open the cmd/prompt and type:
```
pip install pandas
```
> **Running the Project**
* Download this repository, open the cmd/prompt in the downloaded files directory and type:
```
jupyter notebook
```
----
### `📝 Notes 📝`
* **DataSets:** the datasets used in the exercises can be found in the folloiwn Kaggle links:
**- purchases.txt: https://www.kaggle.com/datasets/dsfelix/purchasestxt**
**- access_log: https://www.kaggle.com/datasets/dsfelix/access-log**
**- forum_users.tsv: https://www.kaggle.com/datasets/dsfelix/forum-users**
**- forum_node.tsv: https://www.kaggle.com/datasets/dsfelix/forum-node**
----
### `🎁 Bonus 🎁`
* If you have ideas of how to improve the code and the analysis, feel free to create branches of this project!!
----
### `📫 Reach Me 📫`
> **Email:** **[csfelix08@gmail.com](mailto:csfelix08@gmail.com?)**
> **Linkedin:** **[linkedin.com/in/csfelix/](https://www.linkedin.com/in/csfelix/)**
> **Instagram:** **[instagram.com/c0deplus/](https://www.instagram.com/c0deplus/)**
----
> **Portfolio:** **[CSFelix.io](https://csfelix.github.io/)**
> **Kaggle:** **[DSFelix](https://www.kaggle.com/dsfelix)**