No announcements
Found 2311188 threads
-
3 Votes
How to deal with multiple panda dataframes returned from the python script in azure ml
For example, the code snippet below loads just the first dataframe: import pandas as pd import pickle def azureml_main(df = None, dataframe2 = ...Answered | 1 Replies | 4845 Views | Created by Erkan Er - Friday, November 25, 2016 9:52 PM | Last reply by mewahl - Monday, November 28, 2016 1:59 PM -
0 Votes
Suggestion for improving Serialization of Dataframes
Hi, Hi, This is a correct Pandas Dataframe which however cannot be sent back as a the result of an ...Answered | 1 Replies | 343 Views | Created by franrole - Friday, September 25, 2015 3:34 PM | Last reply by Roope Astala - MSFT - Monday, September 28, 2015 1:31 PM -
0 Votes
How to convert SourceDataset to pandas dataframe?
to_dataframe() 10 print(type(frame)) AttributeError: 'SourceDataset' object has no attribute ...Proposed | 3 Replies | 1851 Views | Created by lugro - Tuesday, November 27, 2018 12:45 PM | Last reply by Lee Stott - Tuesday, November 27, 2018 6:59 PM -
1 Votes
AttributeError: 'DataFrame' object has no attribute 'sample'
# # The entry point function can contain up to two input arguments: # Param<dataframe1>: a pandas.DataFrame # Param<dataframe2>: a pandas.DataFrame def ...Answered | 2 Replies | 10761 Views | Created by Dminer - Thursday, November 26, 2015 10:06 PM | Last reply by Jaya Mathew - Tuesday, December 1, 2015 9:52 PM -
0 Votes
DataFrames in Azure Data Lake Storage
A DataFrame is a distributed collection of data organized into named columns.Answered | 2 Replies | 532 Views | Created by Dhiraj Tuteja - Tuesday, January 8, 2019 1:27 PM | Last reply by Dhiraj Tuteja - Sunday, January 13, 2019 7:15 PM -
0 Votes
Generate time dataframe with pyspark Azure
hello, I' ma trying to generate a new time dataframe.Answered | 3 Replies | 676 Views | Created by Adghar - Wednesday, July 12, 2017 10:02 AM | Last reply by DataMic - Thursday, July 13, 2017 5:51 PM -
0 Votes
import pandas error in jupyter
I tried in my notbook AML it's work fine : import pandas as pd Best ; AbakarAnswered | 1 Replies | 373 Views | Created by kelechi orbiterprof - Thursday, December 22, 2016 1:35 AM | Last reply by Abakar Hissein - Thursday, December 22, 2016 3:33 PM -
0 Votes
Read/Write CSV file from Azure Blob Storage using Python
You may refer to the suggestions mentioned in the SO link.Answered | 1 Replies | 13235 Views | Created by SudiptoNag - Friday, November 10, 2017 7:10 AM | Last reply by SumanthMarigowda-MSFT - Friday, November 10, 2017 4:45 PM -
1 Votes
Printing Output Data Frame Index From an Experiment
Thanks - this posting up on StackOverflow suggests using the Hierarchical Data Format (hdf) for this purpose.Answered | 6 Replies | 501 Views | Created by Ananda Siverts - Monday, June 6, 2016 5:10 PM | Last reply by jopela-msft - Tuesday, June 7, 2016 4:24 PM -
0 Votes
Panda cloud antivirus Incompactablity
panda cloud antivirus not compactable with windows developer preview is there any way to get it woking.........Answered | 1 Replies | 1906 Views | Created by george1993 - Wednesday, October 12, 2011 2:58 PM | Last reply by TrekDozer - Wednesday, October 12, 2011 3:22 PM -
0 Votes
Getting error while installing pandas module of Python (3.8.3)
Hi Team, I am getting below error while installing pandas module of Python.Answered | 2 Replies | 1286 Views | Created by K_Raj - Tuesday, October 27, 2020 9:54 AM | Last reply by Guido Franzke - Tuesday, October 27, 2020 2:45 PM -
2 Votes
[Python][Web Apps] Use Python pandas in a web job
And we don’t have the permission to complete the python env with the full dependencies to enable to run package pandas.Answered | 1 Replies | 2456 Views | Created by HLu2015 - Thursday, December 3, 2015 10:19 PM | Last reply by Gary Liu - MSFT - Friday, December 4, 2015 7:53 AM -
1 Votes
Exporting a Dataframe from iPython Notebook to Azure Machine Learning
Team, Is there any way to export a dataframe from an iPython Notebook back into AML?Answered | 1 Replies | 893 Views | Created by jlw4192 - Thursday, August 11, 2016 12:52 PM | Last reply by Hugues Valois - Wednesday, August 17, 2016 6:11 PM -
1 Votes
RP3 Wifi Disable to use Panda Wireless PAUO6 adapter
Dear friend, According to the official hardware compatibility list, the Panda Wireless PAUO6 adapter you use is designed for Minnow Board MAX, not Raspberry Pi.Answered | 3 Replies | 921 Views | Created by danoplus - Thursday, October 12, 2017 4:35 PM | Last reply by Jiong Shi - Friday, October 13, 2017 5:11 AM -
1 Votes
Python script equivlanet to maml.mapInputPort(1)
For future reference, the Python equivalent of the R script I quoated in my first reply to you is: import pandas ...Answered | 5 Replies | 774 Views | Created by JackTrade - Sunday, December 23, 2018 7:15 PM | Last reply by Jaya Mathew - Thursday, December 27, 2018 3:29 AM -
0 Votes
Suggestion - support pandas dataframes with datetime columns and better error handling
Hi Stephen, Here is two tests that fail for me on 9.3.0: import sys import json import numpy as np import pandas as pd from ...Discussion | 2 Replies | 1099 Views | Created by Oleh Khoma - Sunday, February 25, 2018 4:49 PM | Last reply by Oleh Khoma - Monday, April 30, 2018 9:31 AM -
0 Votes
Azure ML - Python script losses categorical datatype
You can use str() to convert numeric to string.Answered | 1 Replies | 631 Views | Created by jerrykur - Wednesday, August 3, 2016 1:11 AM | Last reply by lixzhang - Monday, August 8, 2016 4:52 PM -
2 Votes
Error with Pandas in Python Script
The number of elements in each list of the tuple is not consistent, which is probably why the pandas DataFrame constructor is complaining.Answered | 2 Replies | 2107 Views | Created by Serhan Mercan - Monday, October 24, 2016 11:23 PM | Last reply by Serhan Mercan - Tuesday, October 25, 2016 7:28 PM -
0 Votes
Converting dataframe into time series
After converting the data into ts, using the above function, the time is read as 2010, 2011, 2012 and 2013.Answered | 9 Replies | 1838 Views | Created by MelakuH - Thursday, January 17, 2019 3:26 PM | Last reply by jeroen_ter_heerdt - Thursday, January 24, 2019 5:04 PM -
0 Votes
How to copy or append the one dataframa data to another dataframe?
Example: spark.read.format("jdbc") .option("url", jdbcUrl) .option("query", "select c1, c2 from t1") .load() To append to a DataFrame, use ...Proposed | 4 Replies | 854 Views | Created by everfor - Saturday, November 23, 2019 9:43 AM | Last reply by CHEEKATLAPRADEEP-MSFT - Thursday, December 5, 2019 9:25 AM - Items 1 to 20 of 2311188 Next ›
No announcements