We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83b3039 + 1740c38 commit 4849066Copy full SHA for 4849066
datasets/apple/get_apple.py
@@ -89,6 +89,7 @@ def get_aapl():
89
progress=False,
90
rounding=False,
91
threads=False,
92
+ auto_adjust=False,
93
)
94
95
# Get the actual date range we want
datasets/ratner_stock/get_ratner_stock.py
@@ -81,6 +81,7 @@ def write_csv(target_path=None):
81
end="1995-08-23",
82
83
84
85
86
sig.index = sig.index.tz_localize(None)
87
0 commit comments