Shane Breeze

Results 2 comments of Shane Breeze

I have also attempted to wrap the dataframe in the following class: ```python import pandas as pd from mlxtend.feature_selector import SequentialFeatureSelector class DataFrameWrapper(pd.DataFrame): @property def values(self): return self def __getitem__(self,...

Hi @kndndrj, sorry for not coming back to this sooner. Just tested your suggestion and it works a treat - managed to run queries on my vertica database in nvim-dbee