├── Aula_Pandas ├── Aula_Pandas1.ipynb ├── daily-minimum-temperatures-in-me.csv ├── test.csv └── train.csv ├── CRUD_operations └── CRUD_with_SQLite3 │ ├── README.md │ ├── __pycache__ │ ├── data.cpython-38.pyc │ ├── generate_data.cpython-38.pyc │ ├── options.cpython-38.pyc │ └── utils.cpython-38.pyc │ ├── data.db │ ├── generate_data.py │ ├── generate_data.pyc │ ├── main.py │ └── utils.py ├── Machine Learning ├── RegressaoLinear1.html ├── RegressaoLinear1.ipynb └── StudentsPerformanceExams.ipynb ├── README.md ├── Scraping ├── Scraping_stack_overflow.ipynb └── python_stackoverflow.csv ├── StudentsPerformance.csv └── Álgebra Linear ├── Algebra_Linear-Introducao(SymPy-NumPy).html └── Algebra_Linear-Introducao(SymPy-NumPy).ipynb /Aula_Pandas/Aula_Pandas1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Aula_Pandas/Aula_Pandas1.ipynb -------------------------------------------------------------------------------- /Aula_Pandas/daily-minimum-temperatures-in-me.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Aula_Pandas/daily-minimum-temperatures-in-me.csv -------------------------------------------------------------------------------- /Aula_Pandas/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Aula_Pandas/test.csv -------------------------------------------------------------------------------- /Aula_Pandas/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Aula_Pandas/train.csv -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/README.md -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/__pycache__/data.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/__pycache__/data.cpython-38.pyc -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/__pycache__/generate_data.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/__pycache__/generate_data.cpython-38.pyc -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/__pycache__/options.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/__pycache__/options.cpython-38.pyc -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/data.db -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/generate_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/generate_data.py -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/generate_data.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/generate_data.pyc -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/main.py -------------------------------------------------------------------------------- /CRUD_operations/CRUD_with_SQLite3/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/CRUD_operations/CRUD_with_SQLite3/utils.py -------------------------------------------------------------------------------- /Machine Learning/RegressaoLinear1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Machine Learning/RegressaoLinear1.html -------------------------------------------------------------------------------- /Machine Learning/RegressaoLinear1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Machine Learning/RegressaoLinear1.ipynb -------------------------------------------------------------------------------- /Machine Learning/StudentsPerformanceExams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Machine Learning/StudentsPerformanceExams.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/README.md -------------------------------------------------------------------------------- /Scraping/Scraping_stack_overflow.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Scraping/Scraping_stack_overflow.ipynb -------------------------------------------------------------------------------- /Scraping/python_stackoverflow.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Scraping/python_stackoverflow.csv -------------------------------------------------------------------------------- /StudentsPerformance.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/StudentsPerformance.csv -------------------------------------------------------------------------------- /Álgebra Linear/Algebra_Linear-Introducao(SymPy-NumPy).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Álgebra Linear/Algebra_Linear-Introducao(SymPy-NumPy).html -------------------------------------------------------------------------------- /Álgebra Linear/Algebra_Linear-Introducao(SymPy-NumPy).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ronissonlucas/data_science/HEAD/Álgebra Linear/Algebra_Linear-Introducao(SymPy-NumPy).ipynb --------------------------------------------------------------------------------