.ix is deprecated so, it gives warnings for its usage.
Warning : c:\users\dell\appdata\local\programs\python\python37\lib\site-packages\ipykernel_launcher.py:16: DeprecationWarning:
.ix is deprecated. Please use
.loc for label based indexing or
.iloc for positional indexing
.ix is deprecated so, it gives warnings for its usage. Warning : c:\users\dell\appdata\local\programs\python\python37\lib\site-packages\ipykernel_launcher.py:16: DeprecationWarning: .ix is deprecated. Please use .loc for label based indexing or .iloc for positional indexing
See the documentation here: http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated app.launch_new_instance()
To suppress warnings, we can use .iloc