How to Import webpage with only the data I need? - google-sheets

I'm new to google sheets and trying to import data from a website to my spreadsheet. The website URL is
https://sagarin.usatoday.com/2023-2/college-basketball-team-ratings-2022-23
I've managed to import some data, but it's not in a format I can use. I want to import the Team name and the 5 power rankings for each team, so I can add the 5 rankings together and come up with a total. When I managed to import the data it includes the team's win lose record in the same cell as the power ranking, which makes it unusable because I can't simply add the power rankings.
Below is the function I'm using to import the data
=IMPORTXML("https://sagarin.usatoday.com/2023-2/college-basketball-team-ratings-2022-23/","/html/body/div/div/div/div/div/div/pre/font/font/font/font")
Any idea how I can get just the team names and the 5 separate power rankings associated with each team?
I've tried numerous times with different functions, but the following is the closest I've come to getting what I want. I only wanted the team names and the 5 power rankings associated with each team. What I got was team names and power rankings, but it also included numbers for win loses and other stats in the same cells, which I don't want.
=IMPORTXML("https://sagarin.usatoday.com/2023-2/college-basketball-team-ratings-2022-23/","/html/body/div/div/div/div/div/div/pre/font/font/font/font")

Related

how can I create a full floor plan with multiple rooms in roomle using meazor scans (More than one room)

I have received the meazor and started to work with it.
I want to use it with Roomle as per the collaboration but struggle to create a floor plan for several rooms.
If I do it straight from Roomle, I can only import one room , every new scan creates a new room.
In addition it creates additional walls and it’s difficult to create the image of the room.
If I create it in the meazor app, I cannot find a way to import it into roomie.
How can I create a full floor plan to import into roomle and in which format can I import it into roomie?
I searched on the web but could not find a way to do it
Can anyone help me and provide me a how to do this?
I bought meazor as we need to plan our move and we were planning to use roomie of that so we can fit our furniture in the new place.
Many thanks for a quick help, I am only in our new place until tomorrow and would like to do the measurements so we can do the planning
Many thanks for your help in advance, very much appreciated
Markus
I was trying to create a floor plan with several rooms.
I was expecting to be able to build a full floor plan with several rooms.
in roomle, when I try to import from Meazor, it opens a new room every time and I cannot combine it .

Google Sheets - How to scrape data from hundreds of urls

I recently decided to update my spreadsheet of games I need to complete. In order to ensure my data was constantly up to date I made use of the IMPORTXML function but with the amount of urls I have begun to encounter 'loading' issues.
This is the spreadsheet:
https://docs.google.com/spreadsheets/d/1ZdcsIf9Upn_0zqTFyLAm1TMMFu_MpyTEm23EU0nVaTA/edit?usp=sharing
(Columns B,E,G and I are usually hidden)
Column A is the url.
Column B scrapes the image url and column C displays it.
Columns D,E,G and I scrape the data I want and displays it in columns D,F,H and J.
If my aim is to have upwards of 500 urls, is this something that can be only be accomplished with a script?
In this scenario you are encountering the limit of Google services. That quota is reached by aggregating the usage of all documents and projects. Also please be aware that there could be more than one import inside the same document, like one per every cell in your example.
To diminish that usage you could modify old documents so they don't refresh anymore (commenting out the relevant pieces and deactivating triggers). Alternatively you could just delete them. If you plan to run large amounts of imports, you could use Apps Script. Although this option is limited by the same quota discussed above, you could programmatically control when and how much to import in order to optimise your utilisation of Google services.

Drill Down in Treemap in Tableau

I want to use Drill Down in Treemap. I have different categories and one Measure: Sales. For instance, I have Product Type, Country, and Year.
Firstly, I want to build a treemap based on product, Next when I click on any specific Product, I want to drill into a new sub-Map about how this product is traded across the Countries. And after when I click each County, want to see how the sum of sales is distributed through the Years
I have seen a lot of videos on YouTube, but all of them are made for subcategories, not for different variables. Therefore, could anybody give the instructions path on how to deal with this issue? Or just link any relevant video

Youtube datasets example with keyword field

I'm working on a data mining project, and I need to download youtube datasets to work on. I want at least 300 entry to work on.
I've tried googling it but I couldn't find any keywords fields included in it.
Does anyone know where to download such datasets??

Bulk time entry into timesprite / fogbugz

Is there a good way to import time data into either timesprite or fogbugz? Both seem to have very clunky interfaces for adding single items at a time. What I want is a spreadsheet-style format that I can enter a bunch of rows and suck them in. Noticed timesprite has an import on it, but it seems to only want timesprite formatted XML.
You can use the FogBugz API to bulk-add time records into FogBugz. I don't know of an existing spreadsheet-entry interface that uses the API to load data into FogBugz, but one could easily be written for the purpose.

Resources