Questions tagged [data-collection]

159 questions
0
votes
1 answer

Match a keyword with 2 or more word from a sentence of word in R

I am trying to obtain specific key word from cricket commentary, some of the keyword I am looking for are a combination of 2 to 3 word in a list so, This is the list of keywords in am looking in the commentary region <- c("third man", "deep fine…
0
votes
0 answers

Scrapping/ extracting Youtube Channel URLs

I am trying to collect Data from YouTube and would like to ideally get the channel URL from as many Youtubers, who are active on one particular day and from a specific country. The website channel crawler lets you collect big amounts of different…
0
votes
0 answers

It doesn't take the id correctly and doesn't display data. I am trying to get the recipe info by clicking on the button, but it doesn't show anything

I am trying to create a favourite functionality, for now I am trying to get the recipe by it's id and then save the data in const variables and then create a new recipe with the same data and add it to the favourites data collection. It adds a…
DimitriTfb
  • 49
  • 9
0
votes
1 answer

datacollection program not correctly collecting

I created an data collection app for our company which collect data from our remote devices. The data is collected from a datamailbox which is comparable with an database that works like an 10 day buffer to store the data. this is all correctly…
UwUs
  • 67
  • 1
  • 9
0
votes
1 answer

XLSForms PULL Data

please I need a help in an issue where I want the pull data function not to run when a specific field has an answer the image describes exactly what I have for example in the image above , no need to pull data when the field "Mohafaza" already have…
0
votes
1 answer

Glass Door scrapping ( selenium) , Python

I'm trying to scrape Glassdoor, While executing the code, there are no errors and the website opens, but then nothing happens. I've tried changing the tags but it's still working. The problem is that I want to click the first selected JOB but it's…
0
votes
2 answers

Collecting old tweets between a specific time period

I am trying to collect tweets using tweepy. The resources I have checked all use the parameters since and until which has not worked so far. I also tried twint and GetOldTweets3 to no success. The search I tried on tweepy: tweets =…
0
votes
2 answers

How do you get a text from a span tag using BeautifulSoup when there's no clear identification?

enter image description here I am trying to extract the value from this span tag for Year Built using BeautifulSoup and the following code below, but I'm not getting the actual Year. Please help. Thanks :) enter image description here results =…
0
votes
1 answer

Facbook web scraping

I was trying to get post info from posts on Facebook like date, text, and post link. I have tried a lot of methods but after login and going to the group I get stuck and cant get elements I want. It always return irrelevant results. ]
0
votes
1 answer

How to fetch data from Postgres db behind firewall for power bi report

I am having my data on Postgres DB on Azure behind the firewall. Because of firewall it is not possible to import data in Power bi. I want to publish the report on https://app.powerbi.com/. Any suggestion how this can be done?
0
votes
0 answers

How to collect data of other apps using Flutter

Example 1 - Instagram Let's say that our app has a text field which ask for a Instagram username, and when someone submits our app displays the followers and following count. input(textfield): teddysphotos output : 35.4M followers 2…
Lakshan Costa
  • 623
  • 7
  • 26
0
votes
1 answer

values subtracted while iterating through list has random miscalculations

I am trying to get the difference in price between two closing values. The idea is to take the following days closing price and subtract it from the previous days closing price. To find the difference. At random intervals, it seams to have a…
0
votes
0 answers

Is there a way one can access the game time variables like health bar and other scores from a game running on unreal engine

My objective requires that I am able to access game time variables like health bar, certain scores etc, when the game is running. I do not want to change this variables, or cheat in the game in anyway, I just need to collect this data and do not…
0
votes
0 answers

Extract location of fires from MODIS sensor readings

I am a newbie in the field of data collection from satellite images. I need help parsing useful information from HDF5 datasets.The sensor reading im working with right now is MOD14A2(Thermal anomalies),from the MODIS satellite.It gives information…
0
votes
1 answer

Apple App Privacy Data Collection: If we require the user's email to create an account in an app, does that count as "collecting" the email address?

I'm filling out the App Privacy Data Collection disclosure in the App Store and I am wondering if I need to disclosure we "collect" email addresses of the users. We collect the email in order to create an account in the app but we don't share it…
Nati Lara-Diaz
  • 2,056
  • 16
  • 8