Skip to content

COMTRADE Import #13620

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

Closed
idahogray opened this issue Jul 11, 2016 · 4 comments
Closed

COMTRADE Import #13620

idahogray opened this issue Jul 11, 2016 · 4 comments
Labels
IO Data IO issues that don't fit into a more specific label Needs Discussion Requires discussion from core team before further action

Comments

@idahogray
Copy link

I am curious if there would be any interest in having COMTRADE import functionality in core pandas. This is a file format used to record electrical transient measurements in a power system. It is defined by IEEE C37.111. I have an implementation that reads the files and creates a pandas dataframe. I would be willing to devote some time to creating a read_comtrade() method in pandas if there is interest. Otherwise, I will just create a third-party library.

@TomAugspurger
Copy link
Contributor

Seems a bit too specific for inclusion in pandas. Reminds me of the root file format (used pretty much exclusively by physicists AFAICT). xref #9378 which didn't really get settled.

@TomAugspurger TomAugspurger added IO Data IO issues that don't fit into a more specific label Needs Discussion Requires discussion from core team before further action labels Jul 11, 2016
@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Jul 11, 2016

Indeed, I agree with @TomAugspurger. There are very many possible formats that could be included in pandas, so we have to limit the scope of core pandas to keep it manageable.
But, I certainly want to encourage you just make a package of it, and we can certainly highlight it in the docs as third-party extension!

@idahogray
Copy link
Author

Great, thanks for the feedback. I will close this issue and create a third-party library.

@jsgaleano
Copy link

i'm very interested in seeing this application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Data IO issues that don't fit into a more specific label Needs Discussion Requires discussion from core team before further action
Projects
None yet
Development

No branches or pull requests

4 participants