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

Commit4de611b

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-41: Frame, Frame-Edit
1 parent21976d1 commit4de611b

File tree

10 files changed

+47
-71
lines changed

10 files changed

+47
-71
lines changed
101 KB
Loading
74.5 KB
Loading
73.3 KB
Loading
21.3 KB
Loading
19.2 KB
Loading
39.7 KB
Loading
25.1 KB
Loading
33.1 KB
Loading
Lines changed: 42 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,86 @@
11
#4-1. Frame - Edit
22

3+
<figure><imgsrc="../../.gitbook/assets/image (205).png"alt=""width="402"><figcaption></figcaption></figure>
34

4-
5-
<figure><imgsrc="../../.gitbook/assets/image (90).png"alt=""><figcaption></figcaption></figure>
6-
7-
1._**Add Column**_ adds a new column next to the last column.
8-
2._**Add Row**_ adds a new row at the end.
9-
3._**Delete**_ allows the deletion of one or multiple selected columns.
10-
4._**Rename**_ allows the renaming of column names.
11-
5._**As Type**_ enables the change of data type for the values in the column.
12-
6._**To Datetime**_ converts one or multiple selected columns to the Datetime format.
13-
7._**Replace**_ allows changing the values in one or multiple selected columns.
14-
8._**Discretize**_ divides the continuous data in the column into intervals or categories. Works for one column only.
5+
1._**Add Column**_: Add a new column.
6+
2._**Add Row**_: Add a new row.
7+
3._**Delete**_: Enabled when one or multiple columns are selected. It deletes the selected columns.
8+
4._**Rename**_: Rename the column.
9+
5._**As Type**_: Change the type of data entered.
10+
6._**To Datetime**_: Enabled when one or multiple columns are selected. It changes the data in those columns to date format.
11+
7._**Replace**_: Enabled when one or multiple columns are selected. Change a specific value to another.
12+
8._**Discretize**_: Enabled when one column is selected. It divides the data in that column into categories or bins.
1513

1614

1715

1816
***
1917

2018
###Add Column
2119

20+
<figure><imgsrc="../../.gitbook/assets/image (206).png"alt=""width="452"><figcaption></figcaption></figure>
2221

23-
24-
<figure><imgsrc="../../.gitbook/assets/image (91).png"alt=""width="563"><figcaption></figcaption></figure>
25-
26-
1. Enter the name of the column to be added in_**New Column**_.
27-
2. Select the type of the column to be added.
28-
29-
&#x20; 2-1._**Calculate**_: You can simply add specific data to the column or add calculated values between variables using_**+Variable**_.
30-
31-
&#x20; 2-2._**Statistics**_: You can add statistical property values between one or multiple columns to the column.
32-
33-
&#x20; 2-3._**Replace**_: You can convert values in a specific column to different values and add them to the column.
34-
35-
&#x20; 2-4._**Condition**_: By providing specific conditions, you can transform values that meet those conditions into different values and add them to the column.
36-
37-
&#x20; 2-5._**Apply**_: Allows for more complex conditions to be applied.
22+
1._**New column**_: Name the column you want to add.
23+
2._**Add type**_: Choose how you want to populate the data in the column you're adding.
24+
1._**Calculate**_: Fill in the result of an operation between values in a specific variable or column.
25+
2._**Statistics**_: Populate with statistics for the specific column(s).
26+
3._**Replace**_: Replaces a specific value in the selected column with another value to fill it.
27+
4._**Condition**_: Replaces values in the selected column that meet a specific condition with another value.
28+
5._**Apply**_: Apply more complex conditions.
3829

3930

4031

4132
***
4233

4334
###Add Row
4435

36+
<figure><imgsrc="../../.gitbook/assets/image (207).png"alt=""width="407"><figcaption></figcaption></figure>
4537

46-
47-
<figure><imgsrc="../../.gitbook/assets/image (92).png"alt=""width="563"><figcaption></figcaption></figure>
48-
49-
1. Enter the name of the row to be added in_**New Row**_. The name will be used as the index.
50-
2. Select the type of the row to be added.
51-
52-
&#x20; 2-1._**Variable**_: Enter the values to be added to the new row. You can also add calculated values between variables using_**+Variable**_.
38+
1._**New row**_: Set a name for the row, which will be used as the index.
39+
2. Choose how you want to populate the data for the rows you want to add.
40+
1._**Variable**_: Fill with a specific value.
41+
2._**Column**_: Fill with values from a specific column.&#x20;
42+
3. You can also use_**+Variable** to_ put the result of an operation between values or columns.
5343

5444

5545

5646
***
5747

5848
###To Datetime
5949

50+
<figure><imgsrc="../../.gitbook/assets/image (208).png"alt=""width="479"><figcaption></figcaption></figure>
6051

61-
62-
<figure><imgsrc="../../.gitbook/assets/image (93).png"alt=""width="563"><figcaption></figcaption></figure>
63-
64-
1. The name entered in_**New Column**_ becomes the new name for that column.
65-
2. Using_**+Add Column**_, you can add the transformed values to the last column.
52+
1._**Target column**_: This lists the selected column that you want to change to time format.
53+
2._**Format**_: Select the time format to be listed.
54+
3. If_**Day first**,__**True** is_ selected, the data will be interpreted as day/month/year instead of month/day/year and changed to a time format.
55+
4._**Add-sub columns**_: Add a new column that represents the values in the column changed to time format in a different time type.
6656

6757

6858

6959
***
7060

7161
###Replace
7262

63+
<figure><imgsrc="../../.gitbook/assets/image (209).png"alt=""width="464"><figcaption></figcaption></figure>
7364

74-
75-
<figure><imgsrc="../../.gitbook/assets/image (94).png"alt=""width="563"><figcaption></figcaption></figure>
76-
77-
1. Choose the method of modification.
78-
79-
&#x20; 1-1._**Replace**_ changes the values entered in_**Origin**_ to the values entered in_**Replace**_.
80-
81-
&#x20; 1-2._**Condition**_ provides specific conditions and changes values that meet those conditions to different values.
82-
83-
&#x20; 1-3._**Apply**_: Allows for more complex conditions to be applied.
65+
1._**Column**_: The selected column is listed.
66+
2._**Replace type**_: Choose how you want to modify the value.
67+
1._**Replace**_: Replace the_**Origin value**_ with the_**Replace value**_.
68+
2._**Condition**_: Replace values that meet a specific condition with_**Replace value**_.
69+
3._**Apply**_: Replace value with a value that satisfies a more complex condition.
8470

8571

8672

8773
***
8874

8975
###Discretize
9076

77+
<figure><imgsrc="../../.gitbook/assets/image (210).png"alt=""width="404"><figcaption></figcaption></figure>
9178

92-
93-
<figure><imgsrc="../../.gitbook/assets/image (95).png"alt=""width="563"><figcaption></figcaption></figure>
94-
95-
1._**New Column**_: Enter the name for the new column where the results of the operation will be displayed.
96-
2._**Target Column**_: Displays the selected column for the operation.
97-
3._**Bins Count**_: Set the number of intervals.
98-
4._**Discretize Type**_: Choose the type of discretization. Intervals will be created based on the count set in step 3.
99-
100-
&#x20; 4-1._**Interval based:**_ The intervals have equal spacing.
101-
102-
&#x20; 4-2._**Quantile based**_: Intervals are set based on the quantiles of the data's distribution.&#x20;
103-
104-
&#x20; 4-3._**Direct Input**_: Allows direct input to modify labels and interval spacing.
79+
1._**New column**:_ Name the new column where your work product will be listed.
80+
2._**Target column**_: The name of the selected column is listed.
81+
3._**Bins count**_: Set the number of bins to discretize the data into.
82+
4._**Discretize type**_: Select a discretization type. The number of bins follows the value set_in**Bins count**._
83+
1._**Interval based**_: Divide the data into equal intervals.
84+
2._**Quantile based**_: Set and divide bins based on the quantiles of the data distribution.
85+
3._**Direct input**_: Set the_**Left edge**_,_**Right edge**_ of each section directly.
10586

‎docs/data-analysis/4.-frame/README.md‎

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@ description: Edit the Data Frame Easily Using Various Functions
66

77

88

9-
<figure><imgsrc="../../.gitbook/assets/image (88).png"alt=""width="261"><figcaption></figcaption></figure>
9+
<figure><imgsrc="../../.gitbook/assets/image (203).png"alt=""width="353"><figcaption></figcaption></figure>
1010

11-
1. Clickon the_**Frame**_ofData Analysis
11+
1. Click_**Frame**__in**Data Analysis**_.
1212

13+
<figure><imgsrc="../../.gitbook/assets/image (204).png"alt=""width="563"><figcaption></figcaption></figure>
1314

14-
15-
<figure><imgsrc="../../.gitbook/assets/image (89).png"alt=""><figcaption></figcaption></figure>
16-
17-
2. Choose the data frame to work with from the_**DataFrame tab**_ at the top left.
18-
3. In the_**Allocate tab**_, you can specify a new variable name.
19-
20-
&#x20; 3-1. If you check_**Inplace**_, it will directly modify the existing data frame without creating a new one.
21-
15+
2._**DataFrame**_: Select the dataframe you want to work with.
16+
3._**Allocate to**_: Enter a variable name to assign to the dataframe after the operation. If_**Inplace**_ is checked, the existing variable name will be used.
2217
4. Click on the column directly to select one or multiple specific columns to work on.
2318

2419

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp