v1.7.0
Added
- Now allows setting
twitter_bearer_token=None
in the constructor of
MuminDataset
, which uses the environment variableTWITTER_API_KEY
instead, which can be stored in a separate.env
file. This is now the
default value oftwitter_bearer_token
.
Changed
- Replaced
DataFrame.append
calls withpd.concat
, as the former is
deprecated and will be removed frompandas
in the future.