Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 79ee230

Browse files
committed
Correcting a bug with arrayCompare
1 parent 8a48a6b commit 79ee230

File tree

14 files changed

+131
-125
lines changed

14 files changed

+131
-125
lines changed

doc/html-api/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ <h3 class='fl m0' id='dataframe'>
693693
DataFrame
694694
</h3>
695695

696-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/dataframe.js#L16-L846'>
696+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/dataframe.js#L16-L846'>
697697
<span>src/dataframe.js</span>
698698
</a>
699699

@@ -4465,7 +4465,7 @@ <h3 class='fl m0' id='groupeddataframe'>
44654465
GroupedDataFrame
44664466
</h3>
44674467

4468-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L10-L118'>
4468+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L10-L118'>
44694469
<span>src/groupedDataframe.js</span>
44704470
</a>
44714471

@@ -4923,7 +4923,7 @@ <h3 class='fl m0' id='stat'>
49234923
Stat
49244924
</h3>
49254925

4926-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L6-L128'>
4926+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L6-L128'>
49274927
<span>src/modules/stat.js</span>
49284928
</a>
49294929

@@ -5632,7 +5632,7 @@ <h3 class='fl m0' id='matrix'>
56325632
Matrix
56335633
</h3>
56345634

5635-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L9-L94'>
5635+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L9-L94'>
56365636
<span>src/modules/matrix.js</span>
56375637
</a>
56385638

@@ -6042,7 +6042,7 @@ <h3 class='fl m0' id='sql'>
60426042
SQL
60436043
</h3>
60446044

6045-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L9-L102'>
6045+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L9-L102'>
60466046
<span>src/modules/sql.js</span>
60476047
</a>
60486048

@@ -6644,7 +6644,7 @@ <h3 class='fl m0' id='row'>
66446644
Row
66456645
</h3>
66466646

6647-
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/row.js#L12-L155'>
6647+
<a class='fr fill-darken0 round round pad1x quiet h5' href='https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/row.js#L12-L155'>
66486648
<span>src/row.js</span>
66496649
</a>
66506650

doc/md-api/dataframe.md

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

doc/md-api/groupedDataframe.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
# GroupedDataFrame
44

5-
[src/groupedDataframe.js:10-118](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L10-L118 "Source code on GitHub")
5+
[src/groupedDataframe.js:10-118](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L10-L118 "Source code on GitHub")
66

77
Grouped DataFrame structure grouping DataFrame rows by column value.
88

99
## constructor
1010

11-
[src/groupedDataframe.js:21-25](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L21-L25 "Source code on GitHub")
11+
[src/groupedDataframe.js:21-25](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L21-L25 "Source code on GitHub")
1212

1313
Create a GroupedDataFrame. Used in DataFrame.groupBy('columnName').
1414

@@ -28,7 +28,7 @@ new GroupedDataFrame(df, 'column1');
2828

2929
## toCollection
3030

31-
[src/groupedDataframe.js:63-65](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L63-L65 "Source code on GitHub")
31+
[src/groupedDataframe.js:63-65](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L63-L65 "Source code on GitHub")
3232

3333
Convert GroupedDataFrame into collection (Array) of dictionnaries (Object).
3434

@@ -42,7 +42,7 @@ Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere
4242

4343
## show
4444

45-
[src/groupedDataframe.js:74-82](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L74-L82 "Source code on GitHub")
45+
[src/groupedDataframe.js:74-82](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L74-L82 "Source code on GitHub")
4646

4747
Display the GroupedDataFrame as String Table.
4848

@@ -60,7 +60,7 @@ Returns **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
6060

6161
## listGroups
6262

63-
[src/groupedDataframe.js:90-92](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L90-L92 "Source code on GitHub")
63+
[src/groupedDataframe.js:90-92](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L90-L92 "Source code on GitHub")
6464

6565
List GroupedDataFrame groups.
6666

@@ -74,7 +74,7 @@ Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere
7474

7575
## listHashs
7676

77-
[src/groupedDataframe.js:100-102](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L100-L102 "Source code on GitHub")
77+
[src/groupedDataframe.js:100-102](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L100-L102 "Source code on GitHub")
7878

7979
List GroupedDataFrame groups as a hashCode.
8080

@@ -88,7 +88,7 @@ Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere
8888

8989
## aggregate
9090

91-
[src/groupedDataframe.js:112-117](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/groupedDataframe.js#L112-L117 "Source code on GitHub")
91+
[src/groupedDataframe.js:112-117](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/groupedDataframe.js#L112-L117 "Source code on GitHub")
9292

9393
Create an aggregation from a function.
9494

doc/md-api/modules/matrix.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
# Matrix
44

5-
[src/modules/matrix.js:9-94](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L9-L94 "Source code on GitHub")
5+
[src/modules/matrix.js:9-94](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L9-L94 "Source code on GitHub")
66

77
Matrix module for DataFrame, providing basic mathematical matrix computations.
88

99
## constructor
1010

11-
[src/modules/matrix.js:14-17](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L14-L17 "Source code on GitHub")
11+
[src/modules/matrix.js:14-17](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L14-L17 "Source code on GitHub")
1212

1313
Start the Matrix module.
1414

@@ -18,7 +18,7 @@ Start the Matrix module.
1818

1919
## isCommutative
2020

21-
[src/modules/matrix.js:28-30](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L28-L30 "Source code on GitHub")
21+
[src/modules/matrix.js:28-30](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L28-L30 "Source code on GitHub")
2222

2323
Check if two DataFrames are commutative, if both have the same dimensions.
2424

@@ -37,7 +37,7 @@ Returns **[Boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe
3737

3838
## add
3939

40-
[src/modules/matrix.js:40-53](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L40-L53 "Source code on GitHub")
40+
[src/modules/matrix.js:40-53](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L40-L53 "Source code on GitHub")
4141

4242
Provide an elements pairwise addition of two DataFrames having the same dimensions.
4343

@@ -55,7 +55,7 @@ Returns **DataFrame** A new DataFrame resulting to the addition two DataFrames.
5555

5656
## product
5757

58-
[src/modules/matrix.js:63-65](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L63-L65 "Source code on GitHub")
58+
[src/modules/matrix.js:63-65](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L63-L65 "Source code on GitHub")
5959

6060
Provide a scalar product between a number and a DataFrame.
6161

@@ -73,7 +73,7 @@ Returns **DataFrame** A new DataFrame resulting to the scalar product.
7373

7474
## dot
7575

76-
[src/modules/matrix.js:75-93](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/matrix.js#L75-L93 "Source code on GitHub")
76+
[src/modules/matrix.js:75-93](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/matrix.js#L75-L93 "Source code on GitHub")
7777

7878
Multiply one DataFrame n x p and a second p x n.
7979

doc/md-api/modules/sql.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
# SQL
44

5-
[src/modules/sql.js:9-102](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L9-L102 "Source code on GitHub")
5+
[src/modules/sql.js:9-102](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L9-L102 "Source code on GitHub")
66

77
SQL module for DataFrame, providing SQL-like syntax for data exploration in DataFrames.
88

99
## constructor
1010

11-
[src/modules/sql.js:85-88](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L85-L88 "Source code on GitHub")
11+
[src/modules/sql.js:85-88](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L85-L88 "Source code on GitHub")
1212

1313
Start the SQL module.
1414

@@ -18,7 +18,7 @@ Start the SQL module.
1818

1919
## register
2020

21-
[src/modules/sql.js:97-100](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L97-L100 "Source code on GitHub")
21+
[src/modules/sql.js:97-100](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L97-L100 "Source code on GitHub")
2222

2323
Register the DataFrame as temporary table.
2424

@@ -35,7 +35,7 @@ df.sql.register('tmp');
3535

3636
## request
3737

38-
[src/modules/sql.js:19-21](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L19-L21 "Source code on GitHub")
38+
[src/modules/sql.js:19-21](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L19-L21 "Source code on GitHub")
3939

4040
Request on a SQL query.
4141

@@ -53,7 +53,7 @@ Returns **any** The result of the query.
5353

5454
## dropTables
5555

56-
[src/modules/sql.js:28-30](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L28-L30 "Source code on GitHub")
56+
[src/modules/sql.js:28-30](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L28-L30 "Source code on GitHub")
5757

5858
Drop or remove all registered tables.
5959

@@ -65,7 +65,7 @@ DataFrame.dropTables();
6565

6666
## dropTable
6767

68-
[src/modules/sql.js:38-40](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L38-L40 "Source code on GitHub")
68+
[src/modules/sql.js:38-40](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L38-L40 "Source code on GitHub")
6969

7070
Drop or remove a registered table.
7171

@@ -81,7 +81,7 @@ DataFrame.dropTable('tmp1');
8181

8282
## renameTable
8383

84-
[src/modules/sql.js:50-53](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L50-L53 "Source code on GitHub")
84+
[src/modules/sql.js:50-53](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L50-L53 "Source code on GitHub")
8585

8686
Rename a registered table.
8787

@@ -99,7 +99,7 @@ DataFrame.renameTable('tmp1', 'notTmp1');
9999

100100
## listTables
101101

102-
[src/modules/sql.js:61-63](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L61-L63 "Source code on GitHub")
102+
[src/modules/sql.js:61-63](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L61-L63 "Source code on GitHub")
103103

104104
List all registered tables.
105105

@@ -113,7 +113,7 @@ Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere
113113

114114
## registerTable
115115

116-
[src/modules/sql.js:74-79](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/sql.js#L74-L79 "Source code on GitHub")
116+
[src/modules/sql.js:74-79](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/sql.js#L74-L79 "Source code on GitHub")
117117

118118
Register a DataFrame as a temporary table.
119119

doc/md-api/modules/stat.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
# Stat
44

5-
[src/modules/stat.js:6-128](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L6-L128 "Source code on GitHub")
5+
[src/modules/stat.js:6-128](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L6-L128 "Source code on GitHub")
66

77
Stat module for DataFrame, providing basic statistical metrics for numeric columns.
88

99
## constructor
1010

11-
[src/modules/stat.js:11-14](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L11-L14 "Source code on GitHub")
11+
[src/modules/stat.js:11-14](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L11-L14 "Source code on GitHub")
1212

1313
Start the Stat module.
1414

@@ -18,7 +18,7 @@ Start the Stat module.
1818

1919
## sum
2020

21-
[src/modules/stat.js:23-27](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L23-L27 "Source code on GitHub")
21+
[src/modules/stat.js:23-27](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L23-L27 "Source code on GitHub")
2222

2323
Compute the sum of a numeric column.
2424

@@ -36,7 +36,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
3636

3737
## max
3838

39-
[src/modules/stat.js:36-40](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L36-L40 "Source code on GitHub")
39+
[src/modules/stat.js:36-40](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L36-L40 "Source code on GitHub")
4040

4141
Compute the maximal value into a numeric column.
4242

@@ -54,7 +54,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
5454

5555
## min
5656

57-
[src/modules/stat.js:49-53](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L49-L53 "Source code on GitHub")
57+
[src/modules/stat.js:49-53](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L49-L53 "Source code on GitHub")
5858

5959
Compute the minimal value into a numeric column.
6060

@@ -72,7 +72,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
7272

7373
## mean
7474

75-
[src/modules/stat.js:62-67](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L62-L67 "Source code on GitHub")
75+
[src/modules/stat.js:62-67](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L62-L67 "Source code on GitHub")
7676

7777
Compute the mean value into a numeric column.
7878

@@ -90,7 +90,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
9090

9191
## average
9292

93-
[src/modules/stat.js:77-79](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L77-L79 "Source code on GitHub")
93+
[src/modules/stat.js:77-79](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L77-L79 "Source code on GitHub")
9494

9595
Compute the mean value into a numeric column.
9696
Alias from mean.
@@ -109,7 +109,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
109109

110110
## var
111111

112-
[src/modules/stat.js:89-95](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L89-L95 "Source code on GitHub")
112+
[src/modules/stat.js:89-95](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L89-L95 "Source code on GitHub")
113113

114114
Compute the variance into a numeric column.
115115

@@ -128,7 +128,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
128128

129129
## sd
130130

131-
[src/modules/stat.js:105-107](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L105-L107 "Source code on GitHub")
131+
[src/modules/stat.js:105-107](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L105-L107 "Source code on GitHub")
132132

133133
Compute the standard deviation into a numeric column.
134134

@@ -147,7 +147,7 @@ Returns **[Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refer
147147

148148
## stats
149149

150-
[src/modules/stat.js:116-127](https://github.com/Gmousse/dataframe-js/blob/403523b9586be9381232a2ea0d21cdffe9306f8f/src/modules/stat.js#L116-L127 "Source code on GitHub")
150+
[src/modules/stat.js:116-127](https://github.com/Gmousse/dataframe-js/blob/8a48a6b558c15609a1a49ddd1d0f3ed8553cbfc0/src/modules/stat.js#L116-L127 "Source code on GitHub")
151151

152152
Compute all the stats available with the Stat module on a numeric column.
153153

0 commit comments

Comments
 (0)