When I try some codes in pandas, the bash code wget is used in colab as the following:
import pandas as pd
!wget abc.com/sales.csv
If I want to use PyCharm to download the above internet file, wget is not recognized. So which command should I use to download this file?