mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 17:15:38 +07:00
GitOrigin-RevId: 658f2d5609852b00b7e1011c3841c7266c202686
6 lines
187 B
Python
6 lines
187 B
Python
import pandas as pd
|
|
df = pd.DataFrame({"a": [1, 2, 3], "b": [4, 5, 6], "c": [7, 8, 9]})
|
|
|
|
if <warning descr="The truth value of a DataFrame is ambiguous">not d<caret>f</warning>:
|
|
pass
|