quadratic
quadratic copied to clipboard
Accept blanks columns in cells()
Blank cells called into DataFrames using cells() shouldn't return an error, it should just create empty DataFrame cells/columns.
(Currently works if there are gaps in data - if not this would be gamebreaking, only doesn't work if entire column is empty)