This tag refers to the process of converting the data type of one piece of information into another type.
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.dateI want to convert SVG files to Android Vector Drawable XMLs. I need the structure of the SVG. To the …
android svg data-conversion android-vectordrawableMy data is extracted from an application and it has a text that looks like a date/time in excel. …
excel date time data-conversionI'm converting C# date time to string. Later when I convert it back to DateTime object it appears that they …
c# string datetime data-conversionSuppose I have a string like '00321' and I want to convert it into a BIGINT in Hive, how …
hive hiveql data-conversionI am having an issue while trying to convert NSString to NSData and vice versa. I am trying to store …
iphone nsstring nsdata data-conversionSuppose 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 daskI'm trying to convert an JSON data file into MySQL database with some kind of web or script that make …
mysql sql json data-conversionI know this question has been asked many times. I tried several solutions but I couldn't solve my problem. I …
python json csv data-conversionI 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