questions/python/page/31
mport pandas as pd import xlsxwriter as xw input_string ...READ MORE
This error is probably because you don't ...READ MORE
Hey, @Roshin, I would like to give you ...READ MORE
Hello @kartik, Steps that I use: - sudo apt-get ...READ MORE
Hello @kartik, To get rid of the error, roll ...READ MORE
Hi@Rahul, You are trying to use configparser module. ...READ MORE
Hello, @Roshni, You need to import the os module, ...READ MORE
Hi@akhtar, You can use the Pytest module to ...READ MORE
Hi@akhtar, You can use urllib module to fetch ...READ MORE
Hi@akhtar, To avoid this error, you need to ...READ MORE
Hi everyone, Basically i made a bot in ...READ MORE
Hello @ pagarsach, You can convert a string to ...READ MORE
Hi@akhtar, You can use astype function to change ...READ MORE
Hi@akhtar, You can use Pandas.merge() function to merge ...READ MORE
Hello @kartik, To be more specific, in admin.py of any ...READ MORE
Try "py" instead of "python" from command line: C:\Users\Cpsa>py Python 3.4.1 (v3.4.1:c0e311e010fc, May ...READ MORE
Hi Guys, You can use the plot function ...READ MORE
Pycharm or Spyder. You can even use visual ...READ MORE
Hey, @Roshni, Python has a regular expression module ...READ MORE
Hi@akhtar, You can use the os module in ...READ MORE
Hello @kartik, It seems mysql_config is missing on ...READ MORE
Hi, @Roshni, Try running the following piece of ...READ MORE
Hi@shahzad, Your dataset contains a string value. You ...READ MORE
Hello @kartik, I had the same error and pip ...READ MORE
Hello @kartik, By default, informational and debugging messages ...READ MORE
Hi@akhtar To create a virtual environment, decide upon ...READ MORE
Hey, @Roshni, It is very simple to execute, ...READ MORE
Hello @kartik, You just need to be able ...READ MORE
Hi, @Roshni, You can use Python <split()> function ...READ MORE
Hi@akhtar, You need to create a file named test_*.py and ...READ MORE
Below is the code to run a ...READ MORE
Return statements end the execution of a ...READ MORE
Hi@Pratap, I think to find duplicate values using ...READ MORE
Hi@MD, You can use the append function to ...READ MORE
Hello @kartik, Since Python 3 is fairly mainstream, ...READ MORE
well i think the sapi5 is not ...READ MORE
Hi@ANAND, It depends on your use case. In ...READ MORE
what you can do is download the ...READ MORE
Write a function called number_of_occurrences that takes ...READ MORE
Hi@akhtar, You can use set_index function in pandas. ...READ MORE
Hi @Lina, you can use this: numpy_array = ...READ MORE
def dt_to_str(date, fma='%Y-%m-%d'): """ Converts a datetime object to ...READ MORE
Hi, @Roshni, You can use two for-loops for ...READ MORE
Use the following piece of code: x1=datetime.timedelta(days=3000, seconds=0, ...READ MORE
Trying using the io module for this ...READ MORE
Hello @kartik, In settings.py: try: from local_settings ...READ MORE
Hello, To import an updated package while in ...READ MORE
Hi@akhtar, You can use the requests module in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.