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

request for implementation of astropy.units #15698

Closed
JWDobken opened this issue Mar 16, 2017 · 1 comment
Closed

request for implementation of astropy.units #15698

JWDobken opened this issue Mar 16, 2017 · 1 comment
Labels
API Design Dtype Conversions Unexpected or buggy dtype conversions

Comments

@JWDobken
Copy link

The astropy package is excellent for calculations with units!
Is there a method to pass the Units (from astropy import units as u) to a pandas Series or DataFrame?

Otherwise, would it be nice to implement this approach somehow?

@jreback
Copy link
Contributor

jreback commented Mar 16, 2017

see various discussion here: #10349 (and linked).

this is not going to happen before pandas 2 as the lack of dtype flexibility within numpy. see wesm/pandas2#24 as well.

though even with a dtype this will require some work.

If you want to contribute would be greatly appreciated (even tests / examples / partial impl are helpful).

@jreback jreback closed this as completed Mar 16, 2017
@jreback jreback added API Design Dtype Conversions Unexpected or buggy dtype conversions labels Mar 16, 2017
@jreback jreback added this to the won't fix milestone Mar 16, 2017
@TomAugspurger TomAugspurger modified the milestones: won't fix, No action Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

No branches or pull requests

3 participants