Top "Data-conversion" questions

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

Get date representation in seconds?

I am using an API which requires a date parameter as a number of seconds, an int. My problem is …

java data-conversion java.util.date
Converting SVG file to Android Vector Drawable XML while keeping the group structure in place

I want to convert SVG files to Android Vector Drawable XMLs. I need the structure of the SVG. To the …

android svg data-conversion android-vectordrawable
Convert text date/time to a real date time in excel

My data is extracted from an application and it has a text that looks like a date/time in excel. …

excel date time data-conversion
convert C# date time to string and back

I'm converting C# date time to string. Later when I convert it back to DateTime object it appears that they …

c# string datetime data-conversion
Hive - Converting a string to bigint

Suppose I have a string like '00321' and I want to convert it into a BIGINT in Hive, how …

hive hiveql data-conversion
Converting NSString to NSData and vice versa

I am having an issue while trying to convert NSString to NSData and vice versa. I am trying to store …

iphone nsstring nsdata data-conversion
Convert Pandas dataframe to Dask dataframe

Suppose I have pandas dataframe as: df=pd.DataFrame({'a':[1,2,3],'b':[4,5,6]}) When I convert it into dask dataframe what should …

python pandas dataframe data-conversion dask
Convert JSON to Mysql database

I'm trying to convert an JSON data file into MySQL database with some kind of web or script that make …

mysql sql json data-conversion
Convert nested JSON to CSV file in Python

I know this question has been asked many times. I tried several solutions but I couldn't solve my problem. I …

python json csv data-conversion
Passing a integer through command line in C?

I was wondering if someone could explain how passing arguments through command line works? I'm really confused by how it …

c command-line integer character data-conversion