Sum and Count
#16041
Replies: 3 comments
|
There's not a way to do this yet. However we're exploring adding related functionality to the data viewer. Out of curiosity what else would you like to be able to do in the data viewer and why? /cc @jmew |
0 replies
|
Sorry for the delayed reply. I think it would be good if it was more like Excel: be able to see unique values in each column and then select which unique values to show when viewing the dataframe - like when using an Excel filter: https://support.microsoft.com/en-us/office/filter-data-in-a-range-or-table-01832226-31b5-4568-8806-38c37dcc180e Unrelated to the dataframe viewer, I think it would also be good if there was a button to copy the output from the jupyter interactive window quickly. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi is there a way to generate a count and sum of a column when using the VS Code dataframe viewer? Like you can in Excel when you select a whole column.
All reactions