data-formats Questions

5

JSON text (RFC 4627) has unambigious representation of objects, arrays, strings, numbers, Boolean values (literally true or false) and null. However, it has nothing defined for representing time in...
Algetic asked 18/9, 2008 at 10:13

1

Solved

I'm trying to make a basic MLP example in keras. My input data has the shape train_data.shape = (2000,75,75) and my testing data has the shape test_data.shape = (500,75,75). 2000 and 500 are the nu...
Brochu asked 14/2, 2017 at 19:24

1

Solved

I've been hunting around for a solution to this question. It appears to me that there is no way to embed reading and writing Parquet format in a Java program without pulling in dependencies on HDF...
Dwyer asked 6/2, 2017 at 22:53

6

Solved

I'm specifically asking if, and what, is the specification for formatting the text inside a QR code - not how to generate a code (which I can do). I need to put hCard data into a QR code, however ...
Astrakhan asked 14/9, 2010 at 16:35

3

Solved

I´m developing a Java solution for manage an iTunes Library (ITL file). The ITL format is a propietary one. I'm looking for an implementation or a documentation about ITL format but Google can't fi...
Arsenault asked 12/4, 2010 at 14:14

1

What is the best format to persist simple data frames to disc in R for storage while limiting semantic loss? I ask because I'm archiving a data set. In an ideal world, my data format would have th...
Provence asked 9/3, 2013 at 6:43

6

Solved

I have DAL where I convert database null value to their equivalent representation in C#. For example: NULL for Numeric = 0 NULL for String = String.Empty NULL for DateTime = "1/1/0001" (i.e. DateT...
Turbinate asked 7/6, 2012 at 13:6

8

Solved

I'm having hard time to choose the format on which my server and my end points will communicate with. I am considering: JSON YAML Too hard to parse CSV Google Protobufs Binary packing/unpacking ...
Lodgment asked 2/8, 2010 at 6:44

20

Solved

sometimes it feels like XML has been used just because it was fashionable.
Ivonneivor asked 30/11, 2009 at 14:25

7

Solved

I'm new to AJAX, but as an overview I'd like to know what formats you can upload and download. Is it limited to JSON or XML or can you even send binary types like MP3 or UTF-8 HTML. And finally, do...
Jauregui asked 17/5, 2009 at 11:38
1

© 2022 - 2024 — McMap. All rights reserved.