We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa04bd commit 2373c40Copy full SHA for 2373c40
src/sempy_labs/_capacities.py
@@ -1129,6 +1129,8 @@ def list_storage_accounts(
1129
1130
bool_cols = ["Is HNS Enabled", "Supports HTTPS Traffic Only"]
1131
df[bool_cols] = df[bool_cols].astype(bool)
1132
+ df["Creation Time"] = pd.to_datetime(df["Creation Time"])
1133
+
1134
1135
return df
1136
0 commit comments