Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning from :table_rex #1067

Merged
merged 1 commit into from
Feb 16, 2025
Merged

Fix warning from :table_rex #1067

merged 1 commit into from
Feb 16, 2025

Conversation

billylanchantin
Copy link
Member

@billylanchantin billylanchantin commented Feb 16, 2025

Fixes: #1063

No more warning:

iex(1)> df = Explorer.Datasets.iris()
iex(2)> Explorer.DataFrame.print(df)
+--------------------------------------------------------------------------+
|               Explorer DataFrame: [rows: 150, columns: 5]                |
+--------------+-------------+--------------+-------------+----------------+
| sepal_length | sepal_width | petal_length | petal_width |    species     |
|    <f64>     |    <f64>    |    <f64>     |    <f64>    |    <string>    |
+==============+=============+==============+=============+================+
| 5.1          | 3.5         | 1.4          | 0.2         | Iris-setosa    |
| 4.9          | 3.0         | 1.4          | 0.2         | Iris-setosa    |
| 4.7          | 3.2         | 1.3          | 0.2         | Iris-setosa    |
||||||
| 6.2          | 3.4         | 5.4          | 2.3         | Iris-virginica |
| 5.9          | 3.0         | 5.1          | 1.8         | Iris-virginica |
+--------------+-------------+--------------+-------------+----------------+

:ok

This fixes the warning.
@billylanchantin billylanchantin merged commit dd994c0 into main Feb 16, 2025
3 checks passed
@billylanchantin billylanchantin deleted the bl-fix-table-rex-warning branch February 16, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning from TableRex dependency
2 participants