questions/page/336
Hello @kartik, The render_to_response shortcut was deprecated in Django 2.0, and ...READ MORE
There are two string methods for this, find() and index(). ...READ MORE
Hi@akhtar, Since Avro library is external to Spark, ...READ MORE
Hi@akhtar, You won't be able to extract EBS ...READ MORE
Hello, Never use 777 for directories on your ...READ MORE
Strings in Python are immutable (can't be changed). Because ...READ MORE
Hi@akhtar, You can use the DateTime module to insert a date into ...READ MORE
Recently I passed my AWS Data Analytics ...READ MORE
Hello @kartik, You didn't specify whether you were ...READ MORE
Another way could be: color_dict = {'red':'#FF0000', 'green':'#008000', 'black':'#000000', 'white':'#FFFFFF'} for ...READ MORE
Using scan should do the trick: string.scan(/regex/) READ MORE
Hello @kartik, request.user is User model object. You cannot access ...READ MORE
Hi@akhtar, It seems you don't have a torch ...READ MORE
The following worked for me: remove lock: sudo rm ...READ MORE
Hi@akhtar, The matrics library is not available in ...READ MORE
Use the original df1 indexes to create ...READ MORE
Hi@akhtar, To change your admin password, you have to ...READ MORE
Hello, Submitting multi-value form fields, i.e. submitting arrays ...READ MORE
Hi@Shashi, These folders have different meanings in Jenkins. If ...READ MORE
Hi@akhtar, You need to select your region properly ...READ MORE
Hello, @Vaibhan, Could you please mention the dates ...READ MORE
For Python 3.5+ use: import importlib.util spec = importlib.util.spec_from_file_location("module.name", ...READ MORE
Hello @kartik, // Get the focused element: var $focused ...READ MORE
Hi@akhtar, Ansible has a module that can create ...READ MORE
Hello @kartik, Restart Beanstalk: sudo service beanstalkd restart ...READ MORE
Hi@akhtar, You need to install the bs4 package ...READ MORE
Hi@akhtar, It depends on your requirement. According to ...READ MORE
Hey, to capture network network traffic of ...READ MORE
Hello @kartik, The @ symbol is the error control operator ("silence" or "shut-up" ...READ MORE
Hello @kartik, You can simply use: Artisan::output() READ MORE
i want to send email but with a ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
parameters = pd.read_csv(params_filename, sep="\t") free_parameters = parameters.columns.get_values().to_list() free_parameters = ...READ MORE
You can check out SkillCertPro site. They ...READ MORE
Hi @Ritu If you want to see the ...READ MORE
Java main() method is always static, so that compiler ...READ MORE
Hi@ritu, Spark's internal scheduler may truncate the lineage of the RDD graph if ...READ MORE
: I wanna to connect iot project with ...READ MORE
Since Date implements Comparable, it has a compareTo method just like String does. So your ...READ MORE
Hi@Prasant, If Spark Streaming is not supporting tuple, ...READ MORE
Hello @kartik, DOMNodeInserted is being deprecated, along with the ...READ MORE
Hi, @There, It involves several steps, most of ...READ MORE
Hi, @Henll, You should download the version that ...READ MORE
I need to pass deviceid derived from ...READ MORE
Hi, @Keerthana, Edureka does not provide jobs after ...READ MORE
If the question is how to improve ...READ MORE
There is a way of doing it ...READ MORE
Hello @kartik, Use: $url = preg_replace("(^https?://)", "", $url ); This ...READ MORE
Hi@akhtar, These two terms are sound similar. But ...READ MORE
Hi@akhtar, I think GitHub isn't able to authenticate ...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.