You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.txt
+6-1
Original file line number
Diff line number
Diff line change
@@ -69,4 +69,9 @@
69
69
* Convert Daru::Vector to horizontal or vertical Ruby Matrix with #to_matrix.
70
70
* Added shortcut to DataFrame to allow access of vectors by using only #[] instead of calling #vector or *[vector_names, :vector]*.
71
71
* Added DSL for Vector and DataFrame plotting with nyaplot. Can now grab the underlying Nyaplot::Plot and Nyaplot::Diagram object for performing different operations. Only need to supply parameters for the initial creation of the diagram.
72
-
* Added #pivot\_table to DataFrame for reducing and aggregating data to generate a quick summary.
72
+
* Added #pivot\_table to DataFrame for reducing and aggregating data to generate a quick summary.
73
+
* Added #shape to DataFrame for knowing the numbers of rows and columns in a DataFrame.
0 commit comments