Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent pandas output formatting #121

Closed
addisonlynch opened this issue Mar 27, 2019 · 1 comment · Fixed by #224
Closed

Inconsistent pandas output formatting #121

addisonlynch opened this issue Mar 27, 2019 · 1 comment · Fixed by #224

Comments

@addisonlynch
Copy link
Owner

Summary (include Python version)

From @amittleider:

it seems that from time to time, pandas dataframes are organized with the company as the column, and sometimes with the company as the row. I'm wondering what the logic is behind it? To me, it seems that financial statements should be a dataframe with a MultiIndex of company name and report date.

Date/time of issue

Expected behavior

Actual behavior

@addisonlynch
Copy link
Owner Author

addisonlynch commented Mar 27, 2019

This is not expected behavior @amittleider, thank you for pointing it out. I haven't spent much time on output formatting, and I think this issue highlighted just how many inconsistencies there are.

MultiIndex is the best implementation in most cases, and we should likely check for consistency across the package.

@addisonlynch addisonlynch added this to the RLS 0.5.0 milestone Oct 8, 2019
@addisonlynch addisonlynch mentioned this issue Nov 9, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant