Skip to content
New issue

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

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

Already on GitHub? # to your account

make CreateDataFrame accessible from python #674

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

m-fila
Copy link
Contributor

@m-fila m-fila commented Sep 11, 2024

BEGINRELEASENOTES

  • Added podio.data_source.CreateDataFrame for creating RDataFrames with DataSource in python.

ENDRELEASENOTES

CreateDataFrame should be now accessible from python. It was put in a submodule data_source that will be accessible only when corresponding files are found (like sio_io submodule)

Closes #672

@@ -1,5 +1,6 @@
<lcgdict>
<selection>
<class name="podio::DataSource"/>
<function name="podio::CreateDataFrame"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good to know :)

Copy link
Collaborator

@tmadlener tmadlener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@tmadlener tmadlener merged commit 95a8fa5 into AIDASoft:master Sep 12, 2024
18 checks passed
@m-fila m-fila deleted the python_datasource branch September 12, 2024 11:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make podio.CreateDataFrame() available
2 participants