Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dilkushsingh/data-science

I shall be uploading all the notebooks and learning material in this repo for Data Science.
https://github.com/dilkushsingh/data-science

matplotlib numpy pandas plotly python seaborn

Last synced: about 2 months ago
JSON representation

I shall be uploading all the notebooks and learning material in this repo for Data Science.

Awesome Lists containing this project

README

        

# Data Science

In this GitHub repository, I am uploading my learnings in Data Science.

## Contents

### Python
Python is the most important and basic requirement in Data Science. I have included fundamental and advanced concepts to build a solid foundation.
[Python PDF Notes](https://github.com/dilkushsingh/Data-Science/blob/main/1.%20Python/Python%20Handwritten%20Notes%20By%20Dilkush%20Singh.pdf)
[Python Code](https://github.com/dilkushsingh/100-Days-of-Python)

### Numpy
Numpy is a powerful library for numerical computations in Python. Here, you'll find various operations on arrays, mathematical functions, and more.
[NumPy](https://github.com/dilkushsingh/Data-Science/tree/main/2.%20NumPy)

### Pandas
Pandas is essential for data manipulation and analysis. This section covers data structures like Series and DataFrame, along with data cleaning, transformation, and aggregation techniques.
[Pandas](https://github.com/dilkushsingh/Data-Science/tree/main/3.%20Pandas)

### Matplotlib
Matplotlib is a widely used plotting library in Python. I've included examples and tutorials on creating various types of visualizations to help you understand data better.
[Matplotlib](https://github.com/dilkushsingh/Data-Science/tree/main/4.%20Matplotlib)

### Seaborn
Seaborn is built on top of Matplotlib and provides a high-level interface for drawing attractive and informative statistical graphics. This section showcases how to create different plots and perform exploratory data analysis.
[Seaborn](https://github.com/dilkushsingh/Data-Science/tree/main/5.%20Seaborn)

### Plotly
Plotly is a versatile graphing library that allows you to create interactive plots. In this section, I've explored various types of interactive visualizations, from basic charts to complex dashboards, which can be extremely useful for data analysis and presentation.
[Plotly](https://github.com/dilkushsingh/Data-Science/tree/main/6.%20Plotly)

### Data Analysis Process
Data Analysis Process, it is iterative and non-linear but highly structured. From asking the right questions to effectively communicating results, each step plays a crucial role in deriving meaningful insights.
- Asking the Right Questions - Starting with strong questions is key.
- Data Wrangling/Munging - Transforming raw data into a valuable format.
- Exploratory Data Analysis (EDA) - Unveiling insights through data exploration.
- Drawing Conclusions - Using techniques like Machine Learning and Statistics.
- Communicating Results - Sharing outcomes effectively through reports, presentations, and more.
[Data Analysis Process](https://github.com/dilkushsingh/Data-Science/tree/main/7.%20Data%20Analysis%20Process)

## Contact

If you want to contact me, you can reach out through the following channels:
- Email: [[email protected]](mailto:[email protected])
- LinkedIn: [Dilkush Singh](https://linkedin.com/in/dilkushsingh)
- Portfolio: [Dilkush Singh](https://dilkushsingh.github.io)