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

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 🔑)

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)**