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

Astropy Units with pandas #5876

Closed
JWDobken opened this issue Mar 15, 2017 · 3 comments
Closed

Astropy Units with pandas #5876

JWDobken opened this issue Mar 15, 2017 · 3 comments

Comments

@JWDobken
Copy link

Is there a method to pass the Units (from astropy import units as u) to a pandas Series or DataFrame?

@pllim pllim added the units label Mar 15, 2017
@pllim
Copy link
Member

pllim commented Mar 15, 2017

AFAIK, pandas is not aware of Astropy units. IMHO this is more of a question for pandas developer. But maybe @taldcroft or @mhvk can correct me if I am wrong.

@pllim pllim added the table label Mar 15, 2017
@taldcroft
Copy link
Member

I don't believe that pandas is unit-aware. This is a reason you should be using astropy for your end-to-end analysis. 😄 And @pllim is correct that this would be a pandas feature request.

@JWDobken
Copy link
Author

OK thanks for the answer

I send a request to the pandas community:
pandas-dev/pandas#15698

could you help me to get some attention to it?

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