@@ -12,28 +12,33 @@ You can sort any column with a click. This is a convenient alternative to using
12
12
** Go straight to the data you need** :
13
13
You can jump directly to a particular row or column if you want something specific.
14
14
This makes working with large datasets more straightforward.
15
-
16
15
<video src =" https://github.com/user-attachments/assets/aeae1c79-9755-4558-bac4-420bf1331f39 " controls ></video >
17
16
18
17
### Drill down into nested data
19
18
When your data has multiple layers, like a table within a table, you can now click to view these details directly.
20
19
This makes it easy to go deeper into your data and then return to where you were.
20
+ <video src =" https://github.com/user-attachments/assets/ef9509be-e19b-469c-9bad-0ce81eec36b0 " controls ></video >
21
21
22
22
### Visualize multiple tables via tabs
23
23
You can open and visualize multiple tables in separate tabs.
24
24
This feature is tailored for those who need to compare, contrast, or simply monitor different datasets simultaneously.
25
+ <video src =" https://github.com/user-attachments/assets/51b7a6e3-0187-49b3-bf5e-0c4d60f8b769 " controls ></video >
26
+
25
27
26
28
### Exporting to files
27
29
28
30
You can export data directly from the DataFrame into various file formats. This simplifies sharing and further analysis.
29
31
The component supports exporting data to JSON for web applications, CSV for spreadsheet tools, and XML for data interchange.
32
+ <video src =" https://github.com/user-attachments/assets/ec28c59a-1555-44ce-98f6-a60d8feae347 " controls ></video >
33
+
30
34
31
35
### Convenient copying of data from tables
32
36
You can click and drag to select the data you need,
33
37
or you can use keyboard shortcuts for quicker selection
34
38
and then copy what’s needed with a simple right-click or another shortcut.
35
39
It’s designed to feel intuitive,
36
40
like copying text from a document, but with the structure and format of your data preserved.
41
+ <video src =" https://github.com/user-attachments/assets/88e53dfb-361f-40f8-bffb-52a512cdd3cd " controls ></video >
37
42
38
43
39
44
To get started, ensure you have the latest version of the Kotlin Notebook Plugin installed in IntelliJ IDEA, and begin exploring your data using Kotlin DataFrames in your notebook cells.
0 commit comments