Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pep
  • Loading branch information
etotmeni committed Apr 22, 2020
commit 9660e3f7770575643ba3f6881b009a0b341c8de5
2 changes: 1 addition & 1 deletion examples/vtune_integration/basic_usage_vtune_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def dataframe_head(df):
return series


df = pd.DataFrame({'A': [1,2,4,6,4,2], 'B': [3.,2.,77.,2.,5.,6.5]})
df = pd.DataFrame({'A': [1, 2, 4, 6, 4, 2], 'B': [3., 2., 77., 2., 5., 6.5]})

print(dataframe_head(df))