473,403 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

I want to the actual data behind the graph on the webpage

I tried to scrap the data available in behind the graph on webpage. I don't found storage data in source code(html page).

I tried to found data in html page but it not found. Then i tried to another way -goto inspect --> then Network --> click on XHR -->then reload page

Expand|Select|Wrap|Line Numbers
  1. from bs4 import BeautifulSoup 
  2. import urllib.request
  3. import _csv
  4. import  pandas as pd
  5. urlpage= 'https://display.bfmio.com/prebid_display'
  6.  
  7. page = urllib.request.urlopen(urlpage)
  8.  
  9. data = page.content
  10.  
I want to actual data in dataframe.
Attached Images
File Type: jpg stack.jpg (186.5 KB, 75 views)
Aug 5 '19 #1
0 995

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Agoston Bejo | last post by:
I would like to use an ADODB.RecordSet object to temporarily store some data and then iterate through it. Actually it needs to be a RecordSet only because it is a perfect choice as data structure...
5
by: Vanessa | last post by:
I have a question, is that any other way to retrieve data from another webpage besides using XML object? Because I am using XML object now but give me so much problems. If I used...
2
by: chfran | last post by:
I have a form that has data behind it. The user can manipulate the data behind the form through the form and see how it affects the statistics of the data. The users want to be able to reset or...
2
by: Tamas Nyilanszky | last post by:
hello, i'd like to be able to send post data to a webpage from within a vb .net application. how would you do it?
1
by: Daz | last post by:
Hi. Sorry I couldn't think of a better way to word the title for this thread. My question is this: Say I have a page that is generated totally dynamically by Javascript. The code will...
2
by: anusow | last post by:
hello iam new to java can any one help me in extacting data from a webpage when i click on link in the page .the data has to be in the form of Excel sheet.
3
by: erittaf | last post by:
I am trying to write a javascript bookmarklet that will pull data from a webpage. The webpage in question comes pre-filled with info. I know what element and form numbers are tied to the field that...
4
by: tzm0324 | last post by:
Hi, I'm trying to get data off another web page within the javascript on my page. For instance, I have the URL of some webpage and I want to look at the page and get out a specific element, say a...
1
by: kabeerkhan | last post by:
Salam Every one! Please respond to this URGENTALY I am using NGneric library for graph creation by the following line var graph = new graph<ENode>(true); now i have added some edjes and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.