Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: importing zip file on kaggle??
Post: RE: importing zip file on kaggle??

import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) import os print(os.listdir("../input"))['honey-bee-pollen', 'flower'] And i add the same d...
GuJu General Coding Help 4 3,982 Mar-10-2019, 01:07 PM
    Thread: importing zip file on kaggle??
Post: RE: importing zip file on kaggle??

Hi, the code i used is df = pd.read_csv('../input/PollenDataset.zip', compression='zip', header=0, sep=',', quotechar='"') and the error i always get Error:FileNotFoundError Tr...
GuJu General Coding Help 4 3,982 Mar-10-2019, 11:45 AM
    Thread: When I read csv file i am getting b'Skipping line messages
Post: RE: When I read csv file i am getting b'Skipping l...

Thank you so much.
GuJu General Coding Help 4 10,284 Mar-07-2019, 11:47 AM
    Thread: When I read csv file i am getting b'Skipping line messages
Post: RE: When I read csv file i am getting b'Skipping l...

Sorry, I have edited.
GuJu General Coding Help 4 10,284 Mar-07-2019, 10:22 AM
    Thread: importing zip file on kaggle??
Post: importing zip file on kaggle??

Hi everyone, I am trying to import a zip file on kaggle. But I couldn't do it i tried some solutions but it didn't help. Can you help me about this issue? Thanks.
GuJu General Coding Help 4 3,982 Mar-07-2019, 07:35 AM
    Thread: When I read csv file i am getting b'Skipping line messages
Post: When I read csv file i am getting b'Skipping line ...

Hi, I read a csv file, so it reads and i can make something on it there is no problem for this. But I get lots of b'Skipping line messages. I don't want to see them. data1 = pd.read_csv('../input/mt...
GuJu General Coding Help 4 10,284 Mar-07-2019, 07:25 AM
    Thread: Selenium click on popup button???
Post: RE: Selenium click on popup button???

Yes you are right i tried it a few min. before. Those lines are redundant. :) Thank you for your help and information.
GuJu Web Scraping & Web Development 7 7,733 Jan-20-2019, 07:09 PM
    Thread: Selenium click on popup button???
Post: RE: Selenium click on popup button???

Thank you :) I solve that like this. I have imported these libraries. from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import ByThese xpaths are the same xpath and "No...
GuJu Web Scraping & Web Development 7 7,733 Jan-20-2019, 06:31 PM
    Thread: Selenium click on popup button???
Post: RE: Selenium click on popup button???

Thank you for your message. I've used Chrome Driver, so i use xpath but it is not working, not clicking. I have tried it but i couldnt do. Can you explain it obviously.search_box = browser.find_elemen...
GuJu Web Scraping & Web Development 7 7,733 Jan-20-2019, 06:09 PM
    Thread: Selenium click on popup button???
Post: Selenium click on popup button???

Hi everyone! I have been searching for this problem for a week but i couldnt find anything about it. The problem is this. After i entered the instagram there is a popup so i want to click Not Now but...
GuJu Web Scraping & Web Development 7 7,733 Jan-20-2019, 05:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020