cancel
Showing results for 
Search instead for 
Did you mean: 
schnee1
New Contributor III
since ‎08-27-2021
‎06-26-2023

User Stats

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have JSON data set that contains a price in a string like "USD 5.00". I'd like to convert the numeric portion to a Double to use in an MLLIB LabeledPoint, and have managed to split the price string into an array of string. The below creates a data...