Skip to content

Commit

Permalink
Update DataList.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLai666 committed Sep 14, 2024
1 parent 018c115 commit 6038d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/DataList.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The `DataList` type provides a dynamic and generic way to store and manage a col
**Data Analysis:**

* **Rank:** Assigns a rank to each element in the DataList based on their values. Returns a new DataList with the ranks.
* **Max:** Returns the maximum value in the DataList. Handles different data types by converting them to a common base (float64) for comparison.
* **Max:** Returns the maximum value in the DataList. Skips non-numeric data types during comparison.
* **Min:** Returns the minimum value in the DataList. Similar logic to Max is applied for data type handling.
* **Mean:** Calculates the arithmetic mean (average) of the DataList elements. Excludes non-numeric data types.
* **WeightedMean:** Calculates the weighted mean of the DataList elements based on the provided weights.
Expand Down

0 comments on commit 6038d1b

Please sign in to comment.