Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/duckdb_py/pandas/analyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,12 +502,6 @@ bool PandasAnalyzer::Analyze(py::object column) {
if (sample_size == 0) {
return false;
}
auto &import_cache = *DuckDBPyConnection::ImportCache();
auto pandas = import_cache.pandas();
if (!pandas) {
//! Pandas is not installed, no need to analyze
return false;
}

bool can_convert = true;
idx_t increment = GetSampleIncrement(py::len(column));
Expand Down