mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 658f2d5609852b00b7e1011c3841c7266c202686
6 lines
183 B
Python
6 lines
183 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">d<caret>f</warning>:
|
|
pass
|