Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21976d1

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-40: Data Info
1 parent6c3823c commit21976d1

File tree

9 files changed

+14
-37
lines changed

9 files changed

+14
-37
lines changed
87.6 KB
Loading
75.6 KB
Loading
73.4 KB
Loading
58.5 KB
Loading
54.4 KB
Loading
57.9 KB
Loading
49.8 KB
Loading

‎docs/data-analysis/1.-import.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description:Importpackages for data analysis
2+
description:ImportPackages and Modules
33
---
44

55
#1. Import

‎docs/data-analysis/3.-data-info.md‎

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,40 @@ description: Check the Basic Information of the Data
44

55
#3. Data Info
66

7+
<figure><imgsrc="../.gitbook/assets/image (196).png"alt=""width="317"><figcaption></figcaption></figure>
78

9+
1. Click on_**Data Info**_ in the_**Data Analysis**_ category.
810

9-
<figure><imgsrc="../.gitbook/assets/image (8) (1).png"alt=""width="312"><figcaption></figcaption></figure>
10-
11-
1. Click on_**Data Info**_ in the Data Analysis category.
12-
13-
14-
15-
<figure><imgsrc="../.gitbook/assets/image (9) (1).png"alt=""><figcaption></figcaption></figure>
16-
17-
2. Click on the_**Data tab**_ at the top left to select the DataFrame for which you want to view information.
18-
19-
&#x20; 2-1. Click on the_**funnel icon**_ on the tab's right side allows you to extract specific columns.
20-
21-
3. In the_**Info Preview**_ on the right, information is displayed briefly.
22-
4. Clicking_**Run**_ will execute the code without closing the window.&#x20;
23-
5. Use_**Code View**_ at the bottom left to check the generated code.
11+
<figure><imgsrc="../.gitbook/assets/image (197).png"alt=""width="563"><figcaption></figcaption></figure>
2412

13+
2._**Data**_: Select the data you want to see information about. You can select only specific columns of data via the funnel icon.
14+
3._**Info Preview**_: The information is output as a preview.
15+
4._**Run**_: Prints the information displayed_in the**Info Preview**._ The_**Data Info**_ window doesn't close, so you can view additional information at your convenience.
16+
5._**Code View**_: Preview the code that will be output.
2517

18+
* Tip: You can select one or multiple columns.
2619

2720
###General
2821

29-
30-
31-
<figure><imgsrc="../.gitbook/assets/image (10) (1).png"alt=""><figcaption></figcaption></figure>
22+
<figure><imgsrc="../.gitbook/assets/image (198).png"alt=""width="563"><figcaption></figcaption></figure>
3223

3324
1._**Info**_ provides basic information such as Column, Non-Null Count, Dtype, etc.
3425
2._**Describe**_ displays basic statistics for each column.
3526
3._**Head**_ shows the top five rows of the DataFrame.
3627
4._**Tail**_ displays the bottom five rows of the DataFrame.
3728

38-
39-
4029
###Status
4130

42-
43-
44-
<figure><imgsrc="../.gitbook/assets/image (11) (1).png"alt=""><figcaption></figcaption></figure>
31+
<figure><imgsrc="../.gitbook/assets/image (199).png"alt=""width="532"><figcaption></figcaption></figure>
4532

4633
1._**Null Count**_ shows the count of Null and Non-Null values for each column.
4734
2._**Duplicated**_ reveals the count of duplicated values.
4835
3._**Unique**_ works on a single column. Shows the unique values in a column.
4936
4._**Value Counts**_ displays the count of each value in each column. For continuous variables, it shows the count within arbitrarily defined intervals.
5037

51-
52-
5338
###Statistics
5439

55-
56-
57-
<figure><imgsrc="../.gitbook/assets/image (12) (1).png"alt=""><figcaption></figcaption></figure>
40+
<figure><imgsrc="../.gitbook/assets/image (200).png"alt=""width="497"><figcaption></figcaption></figure>
5841

5942
1. Check and confirm desired statistical values.
6043

@@ -66,20 +49,14 @@ description: Check the Basic Information of the Data
6649

6750
###Correlation
6851

69-
70-
71-
<figure><imgsrc="../.gitbook/assets/image (13) (1).png"alt=""><figcaption></figcaption></figure>
52+
<figure><imgsrc="../.gitbook/assets/image (201).png"alt=""width="549"><figcaption></figcaption></figure>
7253

7354
1._**Correlation Table**_ shows a table indicating the correlation between each column.
7455
2._**Correlation Matrix**_ represents the correlation table as a Heat Map.
7556

76-
77-
7857
###Distribution
7958

80-
81-
82-
<figure><imgsrc="../.gitbook/assets/image (14).png"alt=""><figcaption></figcaption></figure>
59+
<figure><imgsrc="../.gitbook/assets/image (202).png"alt=""width="521"><figcaption></figcaption></figure>
8360

8461
1. Represents data in various forms.
8562

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp