raylutz / daffodil

Python Daffodil: 2-D data arrays with mixed types, lightweight package, can be faster than Pandas
MIT License
7 stars 2 forks source link

is_d1_in_d2() can be reduced #3

Closed Back2Basics closed 6 months ago

Back2Basics commented 6 months ago

... to return d1.items() <= d2.items() which has been available in python 3.0

raylutz commented 6 months ago

That is a cool idiom I didn't know.

raylutz commented 6 months ago

fixed in https://github.com/raylutz/Pydf/commit/ac2d28712eda9c0553db1792a7d44f6a8a72a974