What's New
This is a clean-up update. Some stuff I thought might be useful turned out to be unnecessary, while other things got better names. Two small features have also made it.
🚀 Features
- Can now combine
Q
withNone
to yieldQ
again. - Add
contains
operator toC
,Q
objects. This calls pandas'str.contains
method.
🧪 Testing
- Fix wrong name in doctests
Change
- [breaking] Add, rename, delete several methods:
LyDatasetConfig
is now justLyDataset
- the
path
property is nowpath_on_disk
- the
get_url()
method has been removed - the
get_description()
method has been removed - added
get_content_file()
method to fetch and store remove content load()
was renamed toget_dataframe()
- the
repo
argument was changed torepo_name
- (utils) [breaking] Rename
enhance
func toinfer_and_combine_levels
.
Remove
- [breaking] Two unused funcs for markdown processing were removed
- (load) [breaking] Drop
join_datasets
, since it's not needed. All it did was runpd.concat(...)
.