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
It was suggested during internal demo/review that script/TakeSnapshot.py would benefit from the use of Python 3 argparse for parsing command-line arguments, see https://docs.python.org/3/library/argparse.html
The text was updated successfully, but these errors were encountered:
Might like to fix this warning while we are at it:
../scripts/TakeSnapshot.py:293: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
It was suggested during internal demo/review that script/TakeSnapshot.py would benefit from the use of Python 3
argparse
for parsing command-line arguments, see https://docs.python.org/3/library/argparse.htmlThe text was updated successfully, but these errors were encountered: