Initial dataframe implementation #25
Reference in New Issue
Block a user
Delete Branch "feat/dataframes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds some support for type checking dataframes and their columns. More precisely, it allows type checking their schema (and generating assertions on it), column access by name (single or multi) and column assignment by name (single or multi)
For example:
The
addoperation is partially implemented on DataFramesIt also adds support for tuples, methods on
str, multi-parameter generic application in Python, minor fixes, and it loosens some diagnostics from errors to warningslen()b36896cc7b