Latest questions in Edureka Community

0 votes
1 answer

pip wheel conditional dependencies

With the latest version (2017) of the ...READ MORE

May 7, 2019 in Python by SDeb
• 13,300 points
1,100 views
0 votes
1 answer

Python 3.x on python(x,y)?

You can make Python 2 behave the ...READ MORE

May 7, 2019 in Python by SDeb
• 13,300 points
1,914 views
0 votes
1 answer

What are Apache pig running modes?

Hey, You can run Apache pig runs in ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited May 8, 2019 by Gitika 571 views
0 votes
1 answer

Explain the use of FILTER operator in pig?

Hey, The FILTER operator is used to select ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,309 views
0 votes
1 answer

Why JOIN operator is used in pig?

Hey, In Apache pig, JOIN operator is used ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
960 views
0 votes
1 answer

What are Diagnostic operator in pig?

Hey, In Apache pig, the LOAD statement will ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited May 8, 2019 by Gitika 1,383 views
0 votes
1 answer

Explain the function of ORDER-BY operator in pig?

Hi, The ORDER-BY operator is used to display ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,069 views
0 votes
1 answer

What is relation keyword in pig?

Hey, A relation is a bag of tuples. ...READ MORE

May 6, 2019 in Big Data Hadoop by Gitika
• 65,910 points
553 views
0 votes
1 answer

Why tuple keywords is used in pig?

Hey, A tuple is a set of field, ...READ MORE

May 6, 2019 in Big Data Hadoop by Gitika
• 65,910 points
551 views
0 votes
1 answer

What is grunt shell in pig?

Hey, Grunt shell is a shell command.The Grunts ...READ MORE

May 6, 2019 in Big Data Hadoop by Gitika
• 65,910 points
4,931 views
0 votes
0 answers

how do sort the columns in a dataframe using the pandas?

can you give an example using dataframe? READ MORE

May 6, 2019 in Python by Waseem
• 4,540 points
485 views
0 votes
1 answer

how do i get the list of all the keys in my dictionary?

my_dict = {'one': 'first', 'two': 'second', 'three': ...READ MORE

Sep 30, 2020 in Python by VJ_python
551 views
0 votes
2 answers

Do you believe success depends more on what you know than on whom you know? [closed]

To think that one can become a ...READ MORE

Sep 11, 2019 in Career Counselling by Sirajul
• 59,230 points
1,074 views
0 votes
1 answer

Django session doesn't work in Firefox

You can try this: request.session.modified = True I hope ...READ MORE

May 6, 2019 in Python by SDeb
• 13,300 points
1,347 views
0 votes
1 answer

Exiting a multiprocessed python application safely

I ended up creating a Pipe for ...READ MORE

May 6, 2019 in Python by SDeb
• 13,300 points
1,512 views
+1 vote
2 answers
0 votes
0 answers
0 votes
0 answers

WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [closed]

Hi All I am running Scala program on ...READ MORE

May 5, 2019 in Apache Spark by Vishal

closed May 6, 2019 by Omkar 5,286 views
0 votes
1 answer

What is the cost for DevOps course?

Hey Anvith, The cost of Edureka's DevOps ...READ MORE

May 6, 2019 in DevOps & Agile by Edureka
• 2,960 points
753 views
0 votes
0 answers
0 votes
1 answer

Is there any hdfs dfs command to restrict number of files to be created in a directory ?

Not sure about the command but you ...READ MORE

May 6, 2019 in Big Data Hadoop by Shri
1,812 views
0 votes
0 answers

how do i install django in my system for the project?

can you tell me the procedure for ...READ MORE

May 3, 2019 in Python by Waseem
• 4,540 points
485 views
0 votes
0 answers

how do i check the version of opencv?

it there a command to run in ...READ MORE

May 3, 2019 in Python by Waseem
• 4,540 points
529 views
0 votes
1 answer

What are the relational operators available related to loading and storing in pig language?

Hey, For loading data and storing it into ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
511 views
0 votes
1 answer

How to find the number of null contain in dataframe?

Hey there! You can use the select method of the ...READ MORE

May 3, 2019 in Apache Spark by Omkar
• 69,210 points
4,685 views
0 votes
1 answer

Why should we use "distinct" keyword in pig script?

Hey, The "distinct" statement is very simple. It ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
535 views
0 votes
1 answer

MatPlotLib Scatterplot removal

One of the scatterplot object's methods is ...READ MORE

May 3, 2019 in Python by SDeb
• 13,300 points
3,501 views
0 votes
1 answer

Obtaining stack frame

inspect.stack() will get you the current stack ...READ MORE

May 3, 2019 in Python by SDeb
• 13,300 points
561 views
0 votes
1 answer

What is difference between pig and Mapreduce?

Hey, In MapReduce need to writ entire logic ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,449 views
0 votes
1 answer

What do you mean by Bag in Pig?

Hey, Bag in Apache Pig is nothing but ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,196 views
0 votes
1 answer

Explain LOAD keyword in pig script?

Hey, Load helps to load data from the ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
945 views
0 votes
2 answers

Are you willing to relocate or travel?

You could answer it this way though: "I ...READ MORE

Sep 11, 2019 in Career Counselling by anonymous
807 views
0 votes
1 answer

Explain to me the method to transfer data between Azure tables and Hadoop on Azure

this article on HiveStorageHandler will let you create ...READ MORE

May 3, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
413 views
0 votes
1 answer

Is it possible to run Apache Spark without Hadoop?

Though Spark and Hadoop were the frameworks designed ...READ MORE

May 3, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,023 views
0 votes
2 answers

How quickly do you adapt to new technology?

I would try these: Understand the technology.  Learn the ...READ MORE

Sep 11, 2019 in Career Counselling by Sirajul
• 59,230 points
10,835 views
0 votes
1 answer

How To use R Integration in Power BI?

Hi,  There are a lot of packages available ...READ MORE

May 3, 2019 in Power BI by Avantika
• 1,520 points
2,357 views
0 votes
1 answer

How do I use Python scripts in Power BI?

Hi, You can create interactive reports out of ...READ MORE

May 2, 2019 in Power BI by Avantika
• 1,520 points
2,196 views
+1 vote
3 answers

How to ask for reference for a job?

Linkedin is one platform where you can ...READ MORE

Jul 25, 2019 in Career Counselling by anonymous
571 views
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,093 views
0 votes
1 answer

what does a conditional operator in python do?

Conditional operators in python is same as ...READ MORE

May 2, 2019 in Python by Mohammad
• 3,230 points
1,135 views
0 votes
2 answers

Do hobbies become your obsession/addiction against your career

Hey, It is not at all a problem, ...READ MORE

Jun 13, 2019 in Career Counselling by Gitika
• 65,910 points
520 views
0 votes
3 answers

Group discussion tricks or advice/suggestion

Hey, I am providing some of the important ...READ MORE

May 30, 2019 in Career Counselling by Gitika
• 65,910 points
2,648 views
0 votes
3 answers

Civil engineer - job roles

Few of them are - Structural engineer Construction Head Irrigation ...READ MORE

Jul 25, 2019 in Career Counselling by anonymous
880 views
0 votes
1 answer

Animation - career

Job in animation is quite free as ...READ MORE

May 2, 2019 in Career Counselling by Cherukuri
• 33,030 points
530 views
0 votes
1 answer

calculation with condition and filter

Hi Preethi, Follow the below steps: 1. Create a ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,030 points
687 views
0 votes
1 answer

Compare average with Top n regions.

Hi Akshay, 1. Create a calculated field to ...READ MORE

May 2, 2019 in Tableau by Cherukuri
• 33,030 points
398 views
0 votes
1 answer

Rank country for sales of technology products.

Hi Kartik, Follow the below steps: 1. Add the ...READ MORE

May 2, 2019 in Tableau by Cherukuri
• 33,030 points
979 views
0 votes
1 answer

Create custom tables in power BI

Hi Sindhu, You can create custom tables by clicking ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,030 points
13,245 views