The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars
1.4k
Forks
76
Watchers
1.4k
Open Issues
19
Overall repository health assessment
^1.0.0^1.8.121.1.0^2.1.0^2.0.65.2.0^3.0.14.0.40.0.309.0.02.0.08.0.280.0.223.1.03.1.04.1.23.0.1^0.7.37.1.0^9.1.32.0.2^14.1.1^1.10.1^9.3.4^0.21.00.5.62.7.0^5.3.36.0.2^0.15.02.8.3^4.29.6^3.3.0^1.7.2470
commits
16
commits
4
commits
4
commits
4
commits
4
commits
2
commits
1
commits
1
commits
1
commits
Fixed the return type of the toArray function which was hardcoded to any.
828e428View on GitHubAdded a new test for concatenation that was contributed by @ralphpw.
2d0f2c0View on GitHubMerge pull request #172 from madnetter/add-toArray-options
99555c5View on GitHubAdded an optional options parameter to the toArray method of the data series in order to allow a caller to include explicit null values.
f0c13deView on GitHubFixed broken date comparisons when merging DataFrames and Series by calling toString on each index value.
7a061a8View on GitHubAdded an apparently missing test case for merging by date.
b2b4fd5View on GitHub