#
dataframe-library
Here are 11 public repositories matching this topic...
Data frames for Java
-
Updated
Jul 28, 2021 - Java
The foundational library of the Morpheus data science framework
finance
statistics
regression
datascience
statistical-analysis
data-analytics
data-analysis
quantitative-finance
dataframe
regression-models
principal-component-analysis
dataframe-library
-
Updated
Nov 26, 2018 - Java
DataFrame Library for Java
-
Updated
Aug 24, 2021 - Java
In-memory Java DataFrame library
-
Updated
Sep 11, 2021 - Java
Open
date/ time types
ocramz
commented
Oct 7, 2020
Add a few useful date/time types from time (https://hackage.haskell.org/package/time) , e.g.
- POSIXTime
- Date
etc.
A checklist for where to add things :
- prim constructors go in here : https://github.com/ocramz/heidi/blob/master/src/Data/Generics/Encode/Internal/Prim.hs#L25
- Heidi instances go here : https://github.com/ocramz/heidi/blob/master/src/Data/Generics
Open
CSV output
-
Updated
Jun 14, 2020 - Python
An application to detect motion of any object using any camera device and analysis of output data using plot and CSV file
-
Updated
Aug 6, 2018 - HTML
dataframe library for machine learning
-
Updated
Feb 2, 2021 - Go
Minimal data frames with relational algebra
-
Updated
Jan 3, 2021 - Haskell
Create data frame from data, using script cleaning of data and created summary tables.
-
Updated
Apr 25, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the dataframe-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataframe-library topic, visit your repo's landing page and select "manage topics."
In pandas
assert_frame_equalshas thecheck_exactflag which allows for inexact number comparisons with tolerances defined by thertol(relative tolerance) andatol(absolute tolerance). This would be nice to have in polars as well, since it allows for ignoring floating point rounding error