-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Neat-635] public examples #839
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
docs/reference/NeatSession/show.md
Outdated
@@ -1 +1,2 @@ | |||
::: cognite.neat._session._show | |||
::: cognite.neat._session._show.ShowAPI | |||
--8<-- "docs/artifacts/figs/information_data_model.html" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is where the html file is added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
type_described_in_table = "Turbine" | ||
column_with_identifier = "UNIQUE_TAG_NAME" | ||
neat.read.csv("url_or_path_to_csv_file", type=type_described_in_table, primary_key=column_with_identifier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice use of variables to document.
Did not notice that in the initial review, but lets skip it for now then. |
No description provided.