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