Skip to content

Show loading options for DataFrame #21

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
wants to merge 2 commits into from

Conversation

beccamc
Copy link
Contributor

@beccamc beccamc commented May 20, 2022

Here are some examples of loading into the DataFrame from an IDataView.

@beccamc
Copy link
Contributor Author

beccamc commented May 20, 2022

Is this useful?

@beccamc beccamc mentioned this pull request May 23, 2022
Copy link
Contributor

@luisquintanilla luisquintanilla left a comment

Choose a reason for hiding this comment

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

@beccamc looks great. One minor suggestion. Use System.Text.Json instead.

}
],
"source": [
"using Newtonsoft.Json;\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

I would recommend using System.Text.Json instead since it's built in and no need to install additional packages.

@@ -0,0 +1,253 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

REF-Loading Data into DataFrame.ipynb

@beccamc beccamc closed this May 27, 2022
@beccamc
Copy link
Contributor Author

beccamc commented May 27, 2022

This information has been combined into the 02 notebook and Ref-DataProcessing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants