Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Bibhu Raj 2 years, 8 months ago
- 1 answers
Vinila Vinod 2 years, 3 months ago
Posted by Akash Akash 2 years, 9 months ago
- 2 answers
Diya Vijay 2 years, 7 months ago
Posted by Chayanika Medhi 2 years, 9 months ago
- 2 answers
Posted by Vansh Gadhiya 3 years ago
- 3 answers
Posted by Anjana Bhatt 3 years ago
- 1 answers
Posted by Anjali Jha 3 years, 1 month ago
- 0 answers
Posted by Vedant Sharma 3 years, 2 months ago
- 1 answers
Posted by Ashra Shabeer 3 years, 2 months ago
- 1 answers
Posted by Vikky Jakhar 3 years, 3 months ago
- 1 answers
Sia ? 3 years, 3 months ago
Posted by Tec Om 3 years, 3 months ago
- 1 answers
Diya Vijay 3 years, 1 month ago
Posted by Rajeshwari K S 3 years, 3 months ago
- 3 answers
Tec Om 3 years, 3 months ago
Tec Om 3 years, 3 months ago
import pandas as pd
var=pd.read_csv("file name or address") #if it(your csv file) is in the same folder then you can give the name of the file with extension
print(var)
to create a dataframe from txt file you can use this code:
import pandas as pd
var=pd.read_table("file name or address")
print(var)
Posted by Pynshai Lyngdoh 3 years, 3 months ago
- 3 answers
Tec Om 3 years, 3 months ago
Tec Om 3 years, 3 months ago
Posted by Pynshai Lyngdoh 3 years, 3 months ago
- 1 answers
Sia ? 3 years, 3 months ago
When he began implementing Python, Guido van Rossum was also reading the published scripts from “Monty Python's Flying Circus”, a BBC comedy series from the 1970s. Van Rossum thought he needed a name that was short, unique, and slightly mysterious, so he decided to call the language Python.
Posted by Nikita Kumari 3 years, 3 months ago
- 3 answers
Tec Om 3 years, 3 months ago
a={"name":["nikita","om","jatin"],"class":[12,12,12,]}
df=pd.DataFrame(a)
print (df)
Tec Om 3 years, 3 months ago
Jatin Batra 3 years, 3 months ago
Posted by Krishna Prajapati 3 years, 3 months ago
- 1 answers
Posted by Raj Kaur 3 years, 3 months ago
- 1 answers
Posted by Raj Kaur 3 years, 3 months ago
- 0 answers
Posted by Herajit Sharma 3 years, 3 months ago
- 0 answers
Posted by Priyanshi Sharma 3 years, 3 months ago
- 0 answers
Posted by S. K 3 years, 3 months ago
- 1 answers
Sia ? 3 years, 3 months ago
For date and time types other than TIMESTAMP, the default is the appropriate “zero” value for the type. For the first TIMESTAMP column in a table, the default value is the current date and time. For string types other than ENUM, the default value is the empty string.
Posted by Jayanta Kumar Gorai 3 years, 4 months ago
- 0 answers
Posted by Tushar Jain 3 years, 4 months ago
- 2 answers
Preeti Dabral 3 years, 4 months ago
To access a specific database, type the following command at the mysql> prompt, replacing dbname with the name of the database that you want to access: use dbname; Make sure you do not forget the semicolon at the end of the statement. After you access a database, you can run SQL queries, list tables, and so on.
Vedant Sharma 3 years, 2 months ago
Posted by Ankita Hazra 3 years, 4 months ago
- 0 answers
Posted by Bharath Singh 3 years, 5 months ago
- 2 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Akshat Krishna 2 years, 7 months ago
3Thank You