All Projects → buomsoo-kim → Python-for-data-analysis

buomsoo-kim / Python-for-data-analysis

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Python-for-data-analysis

datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (+194.44%)
Mutual labels:  numpy, pandas, matplotlib
covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-22.22%)
Mutual labels:  numpy, pandas, matplotlib
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+650%)
Mutual labels:  numpy, pandas, matplotlib
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (+522.22%)
Mutual labels:  numpy, pandas, matplotlib
Data Science Types
Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Stars: ✭ 180 (+900%)
Mutual labels:  numpy, pandas, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (+605.56%)
Mutual labels:  numpy, pandas, matplotlib
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (+1072.22%)
Mutual labels:  numpy, pandas, matplotlib
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+177650%)
Mutual labels:  numpy, pandas, matplotlib
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+12105.56%)
Mutual labels:  numpy, pandas, matplotlib
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (+722.22%)
Mutual labels:  numpy, pandas, matplotlib
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+47616.67%)
Mutual labels:  numpy, pandas, matplotlib
Python Wechat Itchat
微信机器人,基于Python itchat接口功能实例展示:01-itchat获取微信好友或者微信群分享文章、02-itchat获取微信公众号文章、03-itchat监听微信公众号发送的文章、04 itchat监听微信群或好友撤回的消息、05 itchat获得微信好友信息以及表图对比、06 python打印出微信被删除好友、07 itchat自动回复好友、08 itchat微信好友个性签名词云图、09 itchat微信好友性别比例、10 微信群或微信好友撤回消息拦截、11 itchat微信群或好友之间转发消息
Stars: ✭ 216 (+1100%)
Mutual labels:  numpy, pandas, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+44138.89%)
Mutual labels:  numpy, pandas, matplotlib
Engezny
Engezny is a python package that quickly generates all possible charts from your dataframe and saves them for you, and engezny is only supporting now uni-parameter visualization using the pie, bar and barh visualizations.
Stars: ✭ 25 (+38.89%)
Mutual labels:  numpy, pandas, matplotlib
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (+66.67%)
Mutual labels:  numpy, pandas, matplotlib
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+655.56%)
Mutual labels:  numpy, pandas, matplotlib
Mexican Government Report
Text Mining on the 2019 Mexican Government Report, covering from extracting text from a PDF file to plotting the results.
Stars: ✭ 473 (+2527.78%)
Mutual labels:  numpy, pandas, matplotlib
Baby Names Analysis
Data ETL & Analysis on the dataset 'Baby Names from Social Security Card Applications - National Data'.
Stars: ✭ 557 (+2994.44%)
Mutual labels:  numpy, pandas, matplotlib
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+688.89%)
Mutual labels:  numpy, pandas, matplotlib
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (+1055.56%)
Mutual labels:  numpy, pandas, matplotlib

Python-for-data-analysis

Introduction to Python for data analysis, comprising Python primer, data preprocessing, data wrangling, and data visualization

Python Basics

1. Basic Data Types

  • Boolean
  • Integer
  • Float
  • String

2. Python Data Structures

  • Tuple
  • List
  • Set
  • Dictionary

3. Conditionals and Loops

  • If statement
  • For loop
  • While loop

4. Functions and Modules

  • Python functions
  • Customized functions
  • Python modules
  • Packages and libraries

5. File Handling

  • Opening and reading files
  • Opening and writing files

NumPy

1. NumPy Primer 1

  • NumPy
  • NumPy Arrays

2. NumPy Primer 2

  • Array indexing & slicing
  • Array Operations
  • Array Functions

3. NumPy Primer 3

  • Importing datasets
  • Processing data
  • Summarizing data

4. Advanced NumPy

  • More on array manipulation
  • Broadcasting

Pandas

1. Pandas 1

  • Pandas
  • Series
  • DataFrames

2. Pandas 2

  • Reading files (csv, excel, url)
  • Exporting data
  • Exploring data

3. Advanced Pandas 1

  • Sorting
  • Filtering
  • Grouping

4. Advanced Pandas 2

  • Row-wise manipulation of DataFrames
  • Merging DataFrames

Data Visualization

1. Data Visualization 1

  • Matplotlib
  • Basic plots
  • Figures and subplots
  • More plot settings

2. Data Visualization 2

  • Using Matplotlib the Pythonic way
  • More plots

3. Data Visualization 3

  • Saving plots
  • Changing fonts (feat. How to use Korean letters in Matplotlib)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].