Trending questions in Edureka Community

0 votes
1 answer

Python Pandas error: AttributeError: 'DataFrame' object has no attribute 'make'

Hi@Bhavitha, I don't think pandas has a function ...READ MORE

May 1, 2020 by MD
• 95,460 points
13,514 views
0 votes
1 answer

Import error: No module name urllib2

As stated in the urllib2 documentation: The urllib2 module has been split ...READ MORE

May 11, 2020 in Python by Niroj
• 82,840 points
13,046 views
0 votes
0 answers

Bayes theorem on Conditional probability problem solution

Problem Statement: Consider 3 bags. Bag A ...READ MORE

Mar 10, 2021 in Others by Edureka

edited 6 days ago 19 views
0 votes
1 answer

How to disable a method in a ViewSet, django-rest-framework

Hello @kartik, You could keep using viewsets.ModelViewSet and define http_method_names on your ...READ MORE

Jun 26, 2020 in Python by Niroj
• 82,840 points
11,087 views
0 votes
0 answers

How schedule the start/stop a AppEngine Flex instance in Google Cloud

I need to reduce cost in AppEngine ...READ MORE

Mar 10, 2021 in Cloud Computing by menafrancisco

edited 6 days ago 16 views
0 votes
0 answers

I cannot fix it can someone help? it says in python UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 20: invalid start byte

# this is the code import socket import ...READ MORE

Mar 10, 2021 in Python by anonymous

edited 6 days ago 10 views
0 votes
2 answers

How to transfer files to GCP VM from local system?

gcloud compute scp localpath vm_instance_name:instance/path READ MORE

Oct 27, 2020 in GCP by anonymous
6,404 views
0 votes
1 answer

How to set a default attribute value for a Laravel / Eloquent model?

Hello @kartik, This is what I'm doing now: protected ...READ MORE

Nov 8, 2020 in PHP by Niroj
• 82,840 points
5,189 views
0 votes
2 answers

What are the different types of cloud?

There are generally three main types of ...READ MORE

Jun 16, 2023 in Cloud Computing by Khan Sarfaraz
• 700 points
2,976 views
0 votes
0 answers

Count rows for calculated measure

Hi, I have a sample data table ...READ MORE

Mar 9, 2021 in Power BI by Manjunath

edited 6 days ago 13 views
0 votes
1 answer

How to Describe security groups with Boto3?

Hi@akhtar, An EC2 instance is a virtual server ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,460 points
6,530 views
0 votes
1 answer

Creating an empty Pandas DataFrame, then filling it?

Here's a couple of suggestions: Use date_range for the index: import ...READ MORE

Jan 5, 2021 in Python by Gitika
• 65,770 points
2,688 views
0 votes
1 answer

Running shell command and capturing the output

Modern versions of Python (3.5 or higher): run If ...READ MORE

Dec 28, 2020 in Python by Gitika
• 65,770 points
3,012 views
0 votes
1 answer

How to check if memcache or memcached is installed for PHP?

Hii, You can look at phpinfo() or check ...READ MORE

Nov 6, 2020 in PHP by Niroj
• 82,840 points
5,266 views
0 votes
1 answer

How MySQL date format DD/MM/YYYY select query?

Hello @kartik, You can use STR_TO_DATE() to convert your strings ...READ MORE

Aug 26, 2020 in PHP by Niroj
• 82,840 points
8,362 views
0 votes
0 answers

delete Edureka account

Hello, I would like to delete my Edureka ...READ MORE

Mar 9, 2021 in Ask us Anything! by Liene

edited 6 days ago 14 views
0 votes
1 answer

What is the difference between Jenkins and Maven?

Hi@akhtar, A maven is a build tool designed to manage ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,460 points
3,869 views
0 votes
1 answer

Laravel Eloquent Query Builder Default Where Condition

Hello, normally override newQuery() for this. newQuery() is the method that Eloquent ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,840 points
4,090 views
0 votes
1 answer

Error like “Your CPU not supported AVX , AVX2”

Cpu avx2 nahi hai kiya kare READ MORE

May 31, 2021 in Python by anonymous

edited 5 days ago 1,264 views
0 votes
1 answer

How to remove all listeners in an element?

Hello @kartik, I think that the fastest way ...READ MORE

Oct 7, 2020 in Java-Script by Niroj
• 82,840 points
6,545 views
0 votes
0 answers

hdfs dfs -count -h hdfs://sandbox.hortonworks.com/demo/

I want to do the same with ...READ MORE

Mar 8, 2021 in Big Data Hadoop by 1 bihari

edited 6 days ago 11 views
0 votes
0 answers

hdfs dfs -count -h /user/isdoc/tmcss/all_ttc_custome_list/*

I want to do the same with ...READ MORE

Mar 8, 2021 in Big Data Hadoop by 1 bihari

edited 6 days ago 11 views
0 votes
0 answers

hdfs dfs -count -h /user/isdoc/tmcss/all_ttc_custome_list/*

I want to do the same with ...READ MORE

Mar 8, 2021 in Big Data Hadoop by 1 bihari

edited 6 days ago 11 views
0 votes
1 answer

How can I explode and trim whitespace?

Hello @kartik, You can do the following using array_map: $new_arr ...READ MORE

Oct 1, 2020 in PHP by Niroj
• 82,840 points
6,800 views
0 votes
1 answer

How to remove Parameter From All Request Objects at Controller Level?

Hello @kartik, First arrange for the middleware to ...READ MORE

Oct 21, 2020 in Laravel by Niroj
• 82,840 points
5,958 views
0 votes
1 answer

How to disable actions for an alarm in AWS?

Hi@akhtar, You can disable the actions for the specified ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,460 points
4,727 views
0 votes
1 answer

How to check whether property exists in object or class in php?

Hello @kartik, Using  property_exists( mixed $class , string $property ...READ MORE

Oct 1, 2020 in PHP by Niroj
• 82,840 points
6,767 views
0 votes
1 answer

ValueError: Unknown label type: (array([ 7.5, 9.2, 9.2, ..., 5.8, 10. , 9.6]),)

Hi, There is a problem with your steps. ...READ MORE

Dec 16, 2020 in Machine Learning by MD
• 95,460 points
3,505 views
0 votes
0 answers

how can i get ssh password to root user after connecting master with slave in ansible

[root@ip-172-31-35-200 ~]# ansible 172.31.40.66 -m yum -a ...READ MORE

Mar 8, 2021 in DevOps & Agile by yuvakishore

edited 6 days ago 17 views
0 votes
0 answers

I m getting a error * name ch is not defined*

class Library:     def __init__(self):         self.bookname=""         self.author=""     def getdata(self):         self.bookname = input("Enter Name ...READ MORE

Mar 8, 2021 in Python by CYBER

edited 6 days ago 15 views
0 votes
0 answers

ImproperlyConfigured: Error loading psycopg2 module: No module named psycopg2

I'm using docker-compose on Ubuntu 20.04. I ...READ MORE

Mar 8, 2021 in Python by Sadaf

edited 6 days ago 9 views
0 votes
1 answer

fatal error: Python.h: No such file or directory

On Ubuntu, I was running Python 3 ...READ MORE

Nov 28, 2020 in Python by Gitika
• 65,770 points
4,269 views
0 votes
1 answer

How to remove a docker container using Ansible playbook?

Hi@akhtar, You can set the state=absent in your ...READ MORE

Sep 20, 2020 in Docker by MD
• 95,460 points
7,216 views
0 votes
1 answer

How to install eksctl command in Windows?

Hi@akhtar, You can use the below-given steps to ...READ MORE

Jul 5, 2020 in AWS by MD
• 95,460 points
10,520 views
0 votes
2 answers

Deleting DataFrame row in Pandas based on column value

Pandas provide data analysts a way to ...READ MORE

Jan 4, 2021 in Python by Nikita
2,569 views
0 votes
1 answer

How do I run PHP code when a user clicks on a link?

Hello @kartik, You'd need to have a javascript ...READ MORE

Jul 6, 2020 in Java-Script by Niroj
• 82,840 points
10,469 views
0 votes
1 answer

New Maven Project Created but Plugin Error Occured. Which Plugin want to install and give solution.

Hi, @Boopathy, On the eclipse shortcut or exe Right ...READ MORE

Dec 24, 2020 in Selenium by Gitika
• 65,770 points
3,083 views
0 votes
1 answer

How throw forbidden exception from middleware in laravel5?

Hello @kartik, You can simply use the abort() helper. (Or App::abort()) public ...READ MORE

Oct 23, 2020 in Laravel by Niroj
• 82,840 points
5,755 views
0 votes
1 answer

Found input variables with inconsistent numbers of samples: [30, 120]

Hi@Kinjal, There is a problem with your X ...READ MORE

Dec 21, 2020 in Machine Learning by MD
• 95,460 points
3,204 views
0 votes
1 answer

How to delete a file from a branch in AWS CodeCommit?

Hi@akhtar, The following delete-file example demonstrates how to ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,460 points
4,396 views
0 votes
1 answer

How to get comments by given user in Facebook Graph API? Can we get list of comments made by given user?

Hii kartik, You can get the list of ...READ MORE

May 7, 2020 in Java by Niroj
• 82,840 points
13,033 views
0 votes
0 answers

I am getting error in Conversion of csv file to Json

import java.io.File; import java.util.List; import java.util.Map; import com.fasterxml.jackson.databind.MappingIterator; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializationFeature; import ...READ MORE

Mar 5, 2021 in Java by Priya

edited 6 days ago 18 views
0 votes
1 answer

Merge test branch with master branch in Git.

Hi@akhtar, You can merge master into the test first so that ...READ MORE

Jan 4, 2021 in Git & GitHub by MD
• 95,460 points
2,578 views
0 votes
0 answers

mongodb client not found error pls solve this error

 [pid 21047] [client 127.0.0.1:49804] PHP Parse error:  ...READ MORE

Mar 5, 2021 in Database by Soni

edited 6 days ago 16 views
0 votes
1 answer

How to delete object from array inside foreach loop?

Hello @kartik, Use this: foreach($array as $elementKey => $element) ...READ MORE

Sep 15, 2020 in PHP by Niroj
• 82,840 points
7,355 views
0 votes
0 answers

Hi Can someone please guide me

I have a task to convert csv ...READ MORE

Mar 5, 2021 in Java by Priya

edited 6 days ago 11 views
0 votes
1 answer

How to remove a variable from a PHP session array?

Hello @kartik, Try: if (isset($_POST['remove'])) { ...READ MORE

Nov 8, 2020 in PHP by Niroj
• 82,840 points
5,015 views
0 votes
1 answer

Error showing up, Unable to click the second page and get title. Any Solution?

Hi, @Faha, As you access the URL http://demo.automationtesting.in/Windows.html there ...READ MORE

Nov 25, 2020 in Selenium by Gitika
• 65,770 points
4,293 views
0 votes
1 answer

How to access PHP session variables from jQuery function in a .js file?

Hello, You can produce the javascript file via ...READ MORE

Apr 29, 2020 in Java-Script by Niroj
• 82,840 points
13,356 views