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