Skip to main content

Questions tagged [data-conversion]

This tag refers to the process of converting the data type of one piece of information into another type.

data-conversion
1 vote
1 answer
27 views

How to Efficiently Handle JSON Data for Table Display and CSV/JSON Download in a Web Application?

Let's say I have a frontend where it fetches a list of JSON objects. I want to display some chosen values from this list of objects in a table. Additionally, I need to allow users to download either ...
TU J's user avatar
  • 11
0 votes
2 answers
81 views

How to change format of df column numbers to local currency [closed]

I want to format the numbers in a df column into local currency. For example, given the original df: Column A Column B 5000 5% 2000 15% If I was in the UK, the result of the table should be: ...
Peter Nguyen's user avatar
0 votes
1 answer
34 views

Is there a standard convention for converting YAML to XML and vice-versa?

I am interested to understand if there is a standard convention (e.g. W3C standard) for converting XML data to YAML and vice-versa. I immagine that there are structures in XML that can be hardly ...
G M's user avatar
  • 21.8k
1 vote
0 answers
59 views

How to convert .wav file to a numpy array and then back to a .wav file format without losing quality/having the same audio without any noise?

I seem to be unable to convert a .wav file to a numpy array , and then back to .wav. The audio gets too noisy. I tried using scipy.io.wavfile.read() ,and librosa. The whole reason I am trying to do ...
Ali isayev's user avatar
0 votes
1 answer
29 views

Unity: How to display AppFlyer's SDK conversion data on the screen when a game starts?

I created a small game for android and now I need to use AppsFlyer to get and display ConversionData on a phone screen when the game starts in a working build. I've already installed and integrated ...
VexOwL's user avatar
  • 1
0 votes
0 answers
40 views

Intel IPP has the function ippsConvert_32f24s_Sfs. What could be the order of reverse operation to reproduce 32-bit data out of converted 24bit

I am using the intel IPP function, ippsConvert_32f24s_Sfs (), which converts the 32-bit float data to 24-bit signed char (3 signed character bytes) after scaling the actual data with an arbitrary/...
JOSHY T R's user avatar
1 vote
1 answer
34 views

How can I convert *big.Rat to decimal256.Num correctly in Go?

I need to convert a number of type *big.Rat https://pkg.go.dev/math/big#Rat to the type decimal256.Num https://pkg.go.dev/github.com/apache/arrow/go/[email protected]/arrow/decimal256#Num. For example, ...
Oleksandr Korzhenevskyi's user avatar
1 vote
1 answer
74 views

"Unsupported TFLite Operator Error in qnn-tflite-converter"

enter image description hereThe error message indicates that when running the qnn-tflite-converter tool with a TensorFlow Lite (TFLite) model file, it encountered an unsupported TFLite operator with ...
Pragathi acharya's user avatar
0 votes
0 answers
20 views

Finding Latitude and Longitude from Preferred Easting and Northing using Python code - UK Grid [duplicate]

Calling all GIS techers: I am trying to gather some cool environmental data analysis skills to build a portfolio with, i would really appreciate it if any pros had some insight on how to covert ...
Daisy's user avatar
  • 29
0 votes
0 answers
15 views

How do I get subsets from a list of tuples based on values within these tuples?

I have this list of tuples of which each contain a category, the count of this category and the data group it belogs to: my_list = [ (category_1, 10, data_group_1), (category_2, 20, data_group_1), (...
user25202927's user avatar
0 votes
0 answers
25 views

Apache Beam Window Timestamped Value

I made a pipeline where is use this code snippet. This works fine, till I want to use it on Google Cloud Dataflow. Still I use the requirements file to build the image as I made a Template. But Google ...
Matthias Van Den Berge's user avatar
0 votes
1 answer
91 views

Converting an SVG path arc to DXF

I am working on creating a custom converter from svg to dxf and need a math wizard to help me figure out where my logic is flawed. Here is my current code: function svgArcToLWPolyline(rx, ry, rotation,...
Andrew Giles's user avatar
0 votes
0 answers
19 views

Is it possible that converting a document from PNG to PDF using ConvertAPI will reduce the quality of the document?

I have my own code for converting docs to PDF, however, the process makes the doc pixelated and less clear, wondering if CovertApi will solve this. (I cannot verify this since these are random cases) ...
Dvori Nathansohn's user avatar
0 votes
0 answers
77 views

Problems importing iPad text with quotes into an Access database

I use DoCmd.TransferText acImportFixed successfully to import text from an iPad to windows via iCloud drive. The single and double quotes don't convert correctly. Example: let's try a "typical&...
DigitalJim2's user avatar
1 vote
1 answer
61 views

Converting float64 array to uint16 (Python)

I'm having trouble in a data type conversion from float64 to uint16. If I have an array of floats and I try to convert it with array_uint16 = array_float64.astype(np.uint16) is there a sort of "...
Leonardo Castello's user avatar

15 30 50 per page
1
2 3 4 5
134