Module
Data.DataFrame
- Package
- purescript-dataframe
- Repository
- gabysbrain/purescript-dataframe
#Query Source
type Query df r = Reader df r
A query result gives both the original input and the query result. Queries can be chained together.
The idea of the query result is that maintaining the original input is helpful for things like histograms and graphs you want the original frame for computing ranges for axes and bin widths
The idea of the query result is to maintain the orignal data frame:
- Modules
- Data.
DataFrame