Skip to content

lukecarter20/tfg_intro_to_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

tfg_intro_to_python

A number of educational scripts that are designed to help python beginners familiarize themselves with ways of working using python

1. Contents List

1.1 How-to notebooks

1. Reading in files using pandas (.csv, .xls, .json)
2. Creating dataframes using pandas
3. Manipulating pandas dataframes
4. Modelling data using logistic regression
5. Modelling data using linear regression

1.2 Tutorial notebooks

1. Applying a logistic regression to NFL field goal data
2. Applying a linear regression to NFL field goal data

2. Prerequisites

In order to run the notebooks within this repository you will need to install the following modules...

pandas - library for data manipulation
numpy - module for scientific computing with Python
datetime - module for manipulating dates and times
seaborn - a Python data visualization library based on matplotlib
xlrd - library to extract data from Microsoft Excel spreadsheet files
openpyxl - A Python library to read/write Excel 2010 xlsx/xlsm files
plotly - A Python library for interactive, open-source plotting
statistics - A module providing functions for calculating mathematical statistics of numeric (Real-valued) data
random - implements pseudo-random number generators for various distributions
math - provides access to the mathematical functions defined by the C standard

Install the modules using pip with the following structure...

$ pip install module-name (example for required modules shown below)

3. Resources

A list of resources used to create the notebooks within the repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published