You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Dev] PandasAnalyzer doesn't actually need pandas (duckdb#49)
This PR fixesduckdb#48
It just sniffs objects to determine if they adhere to a structured type,
that doesn't necessarily need pandas
This is kind of untested because all our tests require pandas+numpy
But I went through the logic called by the pandas analyzer and it seems
like pandas/numpy are loaded anyways when we first try to compare with a
pandas/numpy class type (i.e there's no `import_cache.pandas.NaT(false)`
in the path)
0 commit comments