Ответов: 2
Автор wendy monyee
Anonymised scores (out of 60) for an examination are stored in a NumPy array. Write:
A function that takes a NumPy array of the raw scores and returns the scores as percentages, sorted from lowest to highest (try using scores.sort(), where scores is a NumPy array holding the scores).
A fu...
Читать ответы
Ответов: 2
Автор Eddie Winch
Привет,
У меня есть следующий код Python, который запускается в Jupyter Notebook :-<pre>import pandas as pd
import requests
from bs4 import BeautifulSoup
import numpy as np
import datetime as dt
class work:
def __init__(self,link):
self.link=link
self.res=requests....
Читать ответы
Ответов: 2
Автор Eddie Winch
Привет там у меня есть следующий код, который я запускаю в Jupyter Notebook :-<pre>import pandas as pd
import requests
from bs4 import BeautifulSoup
#res = requests.get("http://web.archive.org/web/20011108193342/http://www.raf.mod.uk/bbmf/calendar.html")
res = requests.get("h...
Читать ответы
Ответов: 2
Автор A. B. Dinshaa
I want to run java on jupyter notebook. On the upper right corner its only showing python3 no java at all. I have downloaded Ijava zip file but not able to find where to or in which folder to place the Ijava file and what to do to make it connected with jupyter notebook. I want to run java ...
Читать ответы
Ответов: 2
Автор A. B. Dinshaa
SQL Query:
<pre lang="SQL">SELECT tod FROM Flights WHERE flno = 1;
Файл, из которого я вставляю SQL-запрос, является отдельным файлом *.ipynb jupyter notebook, а файл, в котором я создал таблицу, является отдельным файлом *.ipynb jupyter notebook, но оба они находятся в одной папке....
Читать ответы
Ответов: 2
Автор A. B. Dinshaa
IntegrityError: UNIQUE constraint failed: ACTOR.aid
I was inserting entries into a table name as ACTOR by a python program which is giving above error. How to remove this error?
Что я уже пробовал:I have tried to figure out why this error is coming but failed thats why asking. How to remo...
Читать ответы
Ответов: 2
Автор A. B. Dinshaa
Файл "<ipython-input-16-fbff936e9c99>", строка 37
sql_create_projects_table = создать таблицу, если не существует актора {
^
SyntaxError: недопустимый синтаксис
когда я пишу:sql_create_projects_table = CREATE TABLE IF NOT EXISTS ACTOR {
...
Читать ответы