We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2cd8b commit 9947be5Copy full SHA for 9947be5
src/duckdb_py/pandas/analyzer.cpp
@@ -502,12 +502,6 @@ bool PandasAnalyzer::Analyze(py::object column) {
502
if (sample_size == 0) {
503
return false;
504
}
505
- auto &import_cache = *DuckDBPyConnection::ImportCache();
506
- auto pandas = import_cache.pandas();
507
- if (!pandas) {
508
- //! Pandas is not installed, no need to analyze
509
- return false;
510
- }
511
512
bool can_convert = true;
513
idx_t increment = GetSampleIncrement(py::len(column));
0 commit comments