Questions tagged [raw-data]

Raw data is a term for data collected from a source that has not been subjected to processing or any other manipulation, and are also referred to as primary data.

204 questions
0
votes
1 answer

Code for reading a .dat file gives indexing error

I have a source code that is supposed to read a .dat file. the code is in Matlab. There is an error I am getting every time I try to read a .dat file: This is the .dat file: https://drive.google.com/file/d/1iQM4P__FQqLCvHHdvkLwbo-jhHNNRXAl/view…
Anwer Ak
  • 33
  • 7
0
votes
0 answers

NodeJs - Make a Rest call from Node Js App with a Raw data to Zebra Printer

I am new to Node Js and trying to make a rest call from Node Js. I am basically trying to convert a front end Ajax call into a back-end NodeJs call. Here is the Ajax. $.ajax({url: 'https://192.168.0.14:3000/printer', type: 'post', …
0
votes
0 answers

iOS - pass Array error as parameters using AFNetworking library

I'm new in iOS. I pass array in JSON as a request but I didn't get response, it works fine in a Postman I use this api check this url - check it first Here is my code where I pass array as a request: AFHTTPSessionManager *manager =…
Mr. Ad
  • 333
  • 3
  • 12
0
votes
2 answers

Reading Raw Data in SAS using pointer control

I understand how to use pointer control to search for a phrase in the raw data and then read the value into a SAS variable. I need to know how to tell SAS to stop reading the raw data when it encounters a particular phrase. For example in the below…
0
votes
0 answers

For data-raw data scripts, should you use library() or include a package in DESCRIPTION

I'm building my first R package and sorting through the differences between the ext-data, data, and raw-data folders (and Hadley dev methods). I have a script in raw-data that generates a file that is used to test data loading and parsing. In that…
Union find
  • 7,759
  • 13
  • 60
  • 111
0
votes
0 answers

decoding binary raw machine data to readable format using python

I have a example.log file which stores some data as seen below. ??¯U÷ ¥ @ÿ @ÿ @ÿ @ÿ @ ô 1sÿ @ — Ç 1sÿ @ÿ @þ Œ 3sÿ @÷ŸN +sÿ @& Q3?Fß•4?ÌñX×EÔó?õ®0+ݨå@‰£Â*N¥Fß•4ô<ÙçE:z¹ì¼ý_Æâ A@¥?øôb AþŠ@ö …
Poka
  • 387
  • 1
  • 12
0
votes
1 answer

How to move raw data in Splunk with no field assigned to a table?

This might be a really simple question, but I haven't been able to find an answer as of yet. I have some raw data from some events that is for example "(duration 5555ms)" and I want to put that in a "| timechart span=1m count by duration" to create…
Cdhippen
  • 615
  • 1
  • 10
  • 32
0
votes
1 answer

Can I have pagination, ordering, column selection and filtering in raw data table in a Tableau view?

When I click a bar in a bar chart or a slice in a pie chart I am able to see a table with the underlying raw data. This is very useful, but is it possible to achieve the following functionalities? Pagination. I would like my users to be able to…
Tom
  • 139
  • 2
  • 15
0
votes
0 answers

R split rawdata to matrix data using two factors

Hi I have a problem with # Place Factor Value #1 place1 fac1 10 #2 place1 fac2 20 #3 place1 fac3 30 #4 place1 fac5 50 #5 place2 fac1 40 #6 place2 fac2 50 #7 place2 fac3 60 #8 place2 fac4 60 I want to make this data to # Factor…
Ray HS Jo
  • 25
  • 6
0
votes
1 answer

How to create an image with magick wand from raw data string in Python

I have a raw data string, for example like this: raw_data =…
Tom
  • 2,545
  • 5
  • 31
  • 71
0
votes
1 answer

Swift Siesta access response raw data

I've in my API a method that return a content of PDF file. How can I access the raw data of response in success callback?
etruta
  • 19
  • 1
  • 4
0
votes
1 answer

Play PCM as it is being generated

I am generating some raw audio data in javascript and I need to play it as I am generating it. I searched for this here and the closest thing to what I am looking for is this. However, in the answer given there the array of data points is generated…
indjev99
  • 134
  • 1
  • 13
0
votes
1 answer

how to send rawdata to Python Script using Retrofit2

I'm calling python script using POST method and sending data in application/json format using Retrofit2 Python script accepts: { u'params': { u'login': u'admin', u'password': u'a', u'db': u'hrm_v10', u'base_location':…
Kasim Rangwala
  • 1,765
  • 2
  • 23
  • 44
0
votes
1 answer

One large column to many columns and rows in excel

My data currently is 5000 rows of contact information from different people; however each person provided inconsistent amounts of information so the data currently looks like this: Example Image 1 (Note: Column 'A' doesn't exist, only an example of…
0
votes
2 answers

DirectShow raw data access

How do you access the raw data of a sound file after using DirectShow to load it? What interface allows you to access the raw data of a waveform, for example?
bobobobo
  • 64,917
  • 62
  • 258
  • 363