No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 1 answers

Sia ? 2 years, 8 months ago

<pre> UPDATE table_name SET column1 = value1, column2 = value2,... WHERE condition; table_name: name of the table column1: name of first , second, third column.... value1: new value for first, second, third column.... condition: condition to select the rows for which the values of columns needs to be updated.</pre>
  • 1 answers

Diya Vijay 2 years, 6 months ago

np.tile is used for repetition For example, s=pd.Series(np.tile([1,2,3],2)) Output : 0 1 1 2 2 3 3 1 4 2 5 3 I hope you understand...
  • 3 answers

Tec Om 2 years, 8 months ago

<a href="https://www.instagram.com/_tec_om/">tec_om</a>

Tec Om 2 years, 8 months ago

if you want a detailed example then write it here or dm me on instagram <link href="https://www.instagram.com/_tec_om/">tec_om</link>

Tec Om 2 years, 8 months ago

to create a dataframe from form a csv file you must follow the following code lines
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)
  • 3 answers

Tec Om 2 years, 8 months ago

comments are the additional information which is given by user to identify which portion of code is for what purpose, this helps a programmer to check code in future

Tec Om 2 years, 8 months ago

# this is known as pound symbol which is use to write comments in python

Sia ? 2 years, 8 months ago

Please ask question with complete information.

  • 1 answers

Sia ? 2 years, 8 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.

  • 3 answers

Tec Om 2 years, 8 months ago

import pandas as pd
a={"name":["nikita","om","jatin"],"class":[12,12,12,]}
df=pd.DataFrame(a)
print (df)

Tec Om 2 years, 8 months ago

<pref>you can create data frame by following lines: import pandas as pd a={ "names":["hari","nikita"] } #here you can give any type of dictionary df=pd.DataFrame(a) print(df) #your program will be printed here</pref>

Jatin Batra 2 years, 8 months ago

Where is '' following dataframe " , kindly mention so that I can answer u....
  • 1 answers

Tec Om 2 years, 8 months ago

you can use powerpoint and google slides for ppt
  • 1 answers

Sia ? 2 years, 9 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.

  • 0 answers
  • 2 answers

Preeti Dabral 2 years, 10 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 2 years, 7 months ago

Use Productinfo; The above command is used to start working on any existing database .
  • 2 answers

Jatin Batra 2 years, 8 months ago

Pydroid 3

Tec Om 2 years, 10 months ago

pydroid
  • 1 answers

Tec Om 2 years, 10 months ago

hide your ip , by revealing less information online, always use updated versions, don't share your personal info with anyone
  • 1 answers

Tec Om 2 years, 10 months ago

MAN

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App