

Now, create another column using the Logarithm: natural / arbitrary base operation. To do it, create a new column using the To Int operation.

To do it, we will create a new column using the Logarithm: natural / arbitrary base operation.įirst, we must transform the string values in the posNumbers1 column into data type integer. We want to get the base-e logarithm of the numbers in our posNumbers1 column. Select split(message, " ", 17) as posNumbers1 To split the values and extract those we need for this operation into a new column, you can use the Split operation. Click Toggle Query Editor in the search window toolbar and paste the following LINQ query to get the information required for the examples below: When you upload data from a file, all the information is included in a single column called message. Learn more about uploading data in Uploading log files.Īfter receiving the confirmation message, you can access the table from the Finder, selecting my → upload → sample → data. Name the new table my. and select Current date as Date parsing type. If you want to try the example for yourself, download the file and upload it to your domain clicking Data upload in the navigation pane. The examples in this article use values in a data table generated from this CSV file.
