79156769

Date: 2024-11-04 19:43:55
Score: 1
Natty:
Report link

I've got the below working but not sure if it's best practice.

df = pd.read_excel(wb_data, index_col=None, na_values=['NA'], sheet_name="Premises Evaluation",usecols=lambda c: c in {'SEQ ID', 'NAME', 'UPRN'})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Lee Murray