vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.27k stars 590 forks source link

[BUG-REPORT] vx.DataFrame.combinations(df, dimension=2) returning column combination #2364

Closed i-mohan closed 1 year ago

i-mohan commented 1 year ago

Thank you for reaching out and helping us improve Vaex!

Before you submit a new Issue, please read through the documentation. Also, make sure you search through the Open and Closed Issues - your problem may already be discussed or addressed.

Description vx.DataFrame.combinations(df, expressions_list=expressions_list, dimension=2) def combinations(self, expressions_list=None, dimension=2, exclude=None, **kwargs): expressions_list = list(itertools.combinations(self.get_column_names(), expressions_list=expressions_list, dimension))

What expressions_list should pass to get row combinations..?

Software information

Additional information Please state any supplementary information or provide additional context for the problem (e.g. screenshots, data, etc..).