You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#################################################################
# Example 04: Data frame duplication and deletion
#################################################################
@include example_03.py
select from STI as STI_D
show dataframe
select from STI as STI_D1
delete dataframe STI_D1
describe STI