Skip to content

Commit

Permalink
FIX: set pd option to see if FutureWarning is resolved for inf and na
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Aug 1, 2024
1 parent 447c6a2 commit ee0996a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lectures/prob_dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ In this lecture we give a quick introduction to data and probability distributio
```{code-cell} ipython3
import matplotlib.pyplot as plt
import pandas as pd
pd.option_context('mode.use_inf_as_na', False)
import numpy as np
import yfinance as yf
import scipy.stats
Expand Down

0 comments on commit ee0996a

Please sign in to comment.