Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Dec 18, 2023
1 parent 537cf4b commit 6d09a5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions great_tables/_gt_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ def align_from_data(self, data: TblData):
# Check whether all values in 'object' columns are strings that
# for all intents and purpose are 'number-like'

import pandas as pd

col_vals = data[col].to_list()

# Detect whether all non-NA values in the column are 'number-like'
Expand Down

0 comments on commit 6d09a5e

Please sign in to comment.