mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
497 B
497 B
In [ ]:
import pandas as pd
df = pd.read_csv("data/flights.csv")
dfIn [ ]:
df.fillna(0, inplace=True)