Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
bd49faeb
Commit
bd49faeb
authored
3 years ago
by
Stefan Wunsch
Browse files
Options
Downloads
Patches
Plain Diff
[DF][Doc][NFC] Add DescribeDataset to cheat sheet and release notes
parent
9f98b2cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README/ReleaseNotes/v626/index.md
+1
-0
1 addition, 0 deletions
README/ReleaseNotes/v626/index.md
tree/dataframe/src/RDataFrame.cxx
+1
-1
1 addition, 1 deletion
tree/dataframe/src/RDataFrame.cxx
with
2 additions
and
1 deletion
README/ReleaseNotes/v626/index.md
+
1
−
0
View file @
bd49faeb
...
...
@@ -54,6 +54,7 @@ The following people have contributed to this new version:
-
Add
`Redefine`
to the
`RDataFrame`
interface, which allows to overwrite the value of an existing column.
-
Add
`Describe`
to the
`RDataFrame`
interface, which allows to get useful information, e.g. the columns and their types.
-
Add
`DescribeDataset`
to the
`RDataFrame`
interface, which allows to get information about the dataset (subset of the output of Describe()).
## Histogram Libraries
...
...
This diff is collapsed.
Click to expand it.
tree/dataframe/src/RDataFrame.cxx
+
1
−
1
View file @
bd49faeb
...
...
@@ -136,7 +136,7 @@ produce many different results in one event loop. Instant actions trigger the ev
| GetNRuns() | Return the number of event loops run by this RDataFrame instance so far. |
| GetNSlots() | Return the number of processing slots that RDataFrame will use during the event loop (i.e. the concurrency level). |
| Describe() | Get useful information describing the dataframe, e.g. columns and their types. |
| DescribeDataset() | Get useful information describing the dataset (subset of the output of Describe()). |
\anchor introduction
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment