Skip to content

A repo of sample data for our PyData Tutorial!

Notifications You must be signed in to change notification settings

amank56/strata_data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strata_data

A repo of sample data for our PyData Tutorial!

Just clone this repo to get started for our tutorial.

Note: this is a old juypter note book some of attributes are depricated for e.g. rolling_std(relpace by series)

In the notebook: #pd.rolling_std(google['LogReturn'], window=window_size) * np.sqrt(window_size) try replacing: pd.Series(google['LogReturn']).rolling(window=window_size).mean()

About

A repo of sample data for our PyData Tutorial!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Other 0.8%