como pasar una hora de string a int
ISA_MOSQUERA
New Altair Community Member
hola a todos,
Necesito ayuda para convertir mi formato de hora. Dentro del conjunto de datos que tengo, mi hora está en formato de xx H xx MIN xx SEG, por ejemplo 0 H 47 MIN 48 SEG. Estoy intentando convertir estos tiempos en formato de un numero especifico de minutos o segundos, donde las 0 H 47 MIN 48 SEG convertirían en 47.8 minutos o 2,868 segundos
Necesito ayuda para convertir mi formato de hora. Dentro del conjunto de datos que tengo, mi hora está en formato de xx H xx MIN xx SEG, por ejemplo 0 H 47 MIN 48 SEG. Estoy intentando convertir estos tiempos en formato de un numero especifico de minutos o segundos, donde las 0 H 47 MIN 48 SEG convertirían en 47.8 minutos o 2,868 segundos
Tagged:
0
Answers
-
Hi @ISA_MOSQUERA
If you want to convert dates, have a look at the operator "Nominal to Date" in combination with "Date to Numerical". For more difficult use cases, the operator "Generate Attributes" has extended date functionality.0 -
Here is a short example:
<div><?xml version="1.0" encoding="UTF-8"?><process version="10.2.000"></div><div> <context></div><div> <input/></div><div> <output/></div><div> <macros/></div><div> </context></div><div> <operator activated="true" class="process" compatibility="10.2.000" expanded="true" name="Process"></div><div> <parameter key="logverbosity" value="init"/></div><div> <parameter key="random_seed" value="2001"/></div><div> <parameter key="send_mail" value="never"/></div><div> <parameter key="notification_email" value=""/></div><div> <parameter key="process_duration_for_mail" value="30"/></div><div> <parameter key="encoding" value="SYSTEM"/></div><div> <process expanded="true"></div><div> <operator activated="true" class="utility:create_exampleset" compatibility="10.2.000" expanded="true" height="68" name="Create ExampleSet" width="90" x="112" y="34"></div><div> <parameter key="generator_type" value="comma separated text"/></div><div> <parameter key="number_of_examples" value="100"/></div><div> <parameter key="use_stepsize" value="false"/></div><div> <list key="function_descriptions"/></div><div> <parameter key="add_id_attribute" value="false"/></div><div> <list key="numeric_series_configuration"/></div><div> <list key="date_series_configuration"/></div><div> <list key="date_series_configuration (interval)"/></div><div> <parameter key="date_format" value="yyyy-MM-dd HH:mm:ss"/></div><div> <parameter key="time_zone" value="SYSTEM"/></div><div> <parameter key="input_csv_text" value="timestamp 0 H 47 MIN 48 SEC"/></div><div> <parameter key="column_separator" value=","/></div><div> <parameter key="parse_all_as_nominal" value="false"/></div><div> <parameter key="decimal_point_character" value="."/></div><div> <parameter key="trim_attribute_names" value="true"/></div><div> <description align="center" color="transparent" colored="false" width="126">0 H 47 MIN 48 SEC</description></div><div> </operator></div><div> <operator activated="true" class="nominal_to_date" compatibility="10.2.000" expanded="true" height="82" name="Nominal to Date" width="90" x="246" y="34"></div><div> <parameter key="attribute_name" value="timestamp"/></div><div> <parameter key="date_type" value="time"/></div><div> <parameter key="date_format" value="HH 'H' mm 'MIN' ss 'SEC'"/></div><div> <parameter key="time_zone" value="SYSTEM"/></div><div> <parameter key="locale" value="English (United States)"/></div><div> <parameter key="keep_old_attribute" value="false"/></div><div> <description align="center" color="transparent" colored="false" width="126">parse the textual representation into a &quot;time&quot; attribute with date format string:<br><br>HH 'H' mm 'MIN' ss 'SEC'</description></div><div> </operator></div><div> <operator activated="true" class="date_to_numerical" compatibility="10.2.000" expanded="true" height="82" name="Date to Numerical" width="90" x="380" y="34"></div><div> <parameter key="attribute_name" value="timestamp"/></div><div> <parameter key="time_unit" value="minute"/></div><div> <parameter key="millisecond_relative_to" value="second"/></div><div> <parameter key="second_relative_to" value="minute"/></div><div> <parameter key="minute_relative_to" value="day"/></div><div> <parameter key="hour_relative_to" value="day"/></div><div> <parameter key="day_relative_to" value="month"/></div><div> <parameter key="week_relative_to" value="year"/></div><div> <parameter key="month_relative_to" value="year"/></div><div> <parameter key="quarter_relative_to" value="year"/></div><div> <parameter key="half_year_relative_to" value="year"/></div><div> <parameter key="year_relative_to" value="era"/></div><div> <parameter key="keep_old_attribute" value="true"/></div><div> <description align="center" color="transparent" colored="false" width="126">convert time attribute to a number representing the total number of minutes (as an integer)</description></div><div> </operator></div><div> <operator activated="true" class="blending:generate_columns" compatibility="10.2.000" expanded="true" height="82" name="Generate Attributes" width="90" x="514" y="34"></div><div> <list key="function_descriptions"></div><div> <parameter key="timestamp_minutes_precise" value="time_get(timestamp,DATE_UNIT_MINUTE)+time_get(timestamp,DATE_UNIT_SECOND)/60"/></div><div> </list></div><div> <parameter key="keep_all_columns" value="true"/></div><div> <description align="center" color="transparent" colored="false" width="126">convert time attribute to a number representing the total number of minutes (including seconds as a fraction)</description></div><div> </operator></div><div> <operator activated="true" class="date_to_numerical" compatibility="10.2.000" expanded="true" height="82" name="Date to Numerical (2)" width="90" x="648" y="34"></div><div> <parameter key="attribute_name" value="timestamp"/></div><div> <parameter key="time_unit" value="second"/></div><div> <parameter key="millisecond_relative_to" value="second"/></div><div> <parameter key="second_relative_to" value="day"/></div><div> <parameter key="minute_relative_to" value="day"/></div><div> <parameter key="hour_relative_to" value="day"/></div><div> <parameter key="day_relative_to" value="month"/></div><div> <parameter key="week_relative_to" value="year"/></div><div> <parameter key="month_relative_to" value="year"/></div><div> <parameter key="quarter_relative_to" value="year"/></div><div> <parameter key="half_year_relative_to" value="year"/></div><div> <parameter key="year_relative_to" value="era"/></div><div> <parameter key="keep_old_attribute" value="true"/></div><div> <description align="center" color="transparent" colored="false" width="126">convert time attribute to a number representing the total number of seconds (as an integer)</description></div><div> </operator></div><div> <connect from_op="Create ExampleSet" from_port="output" to_op="Nominal to Date" to_port="example set input"/></div><div> <connect from_op="Nominal to Date" from_port="example set output" to_op="Date to Numerical" to_port="example set input"/></div><div> <connect from_op="Date to Numerical" from_port="example set output" to_op="Generate Attributes" to_port="table input"/></div><div> <connect from_op="Generate Attributes" from_port="table output" to_op="Date to Numerical (2)" to_port="example set input"/></div><div> <connect from_op="Date to Numerical (2)" from_port="example set output" to_port="result 1"/></div><div> <portSpacing port="source_input 1" spacing="0"/></div><div> <portSpacing port="sink_result 1" spacing="0"/></div><div> <portSpacing port="sink_result 2" spacing="0"/></div><div> </process></div><div> </operator></div><div></process></div>
0