Skip to content

Line 234 of tiingo.py needs to be updated according to new pandas update #965

Open
@mo-atiff

Description

@mo-atiff

Current line : return pd.concat(dfs, self._concat_axis)
According to new pandas update it says we need to specify any Series or data-frame objects with the keyword 'objs' as a parameter
Update to : return pd.concat(objs=dfs, axis=self._concat_axis)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions