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

Pandas errors when writing measures data to feather format #975

Closed
iaindillingham opened this issue Jul 24, 2023 · 3 comments
Closed

Pandas errors when writing measures data to feather format #975

iaindillingham opened this issue Jul 24, 2023 · 3 comments

Comments

@iaindillingham
Copy link
Member

iaindillingham commented Jul 24, 2023

Pandas errors when writing measures data to feather format in production. The error is because the data frame's index is an instance of Index rather than RangeIndex. Whilst the latter can be serialized to feather, the former can't. It's unclear why we're observing this error now; possibly nobody has written measures data to feather format before?

See also #901.

Thanks for reporting this, @lemanska. Noted that you have been writing measures data to feather format for over a year.

@inglesp
Copy link
Contributor

inglesp commented Aug 15, 2023

This doesn't seem to be causing any current problems, so this is not a priority.

@inglesp inglesp removed this from Data Team Aug 15, 2023
@bloodearnest
Copy link
Member

@inglesp this is still on deck for tech-support to chase up.

Should we close the issue? Or remove the tech-support tag perhaps?

@inglesp
Copy link
Contributor

inglesp commented Oct 24, 2023

Let's close

@inglesp inglesp closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants