Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
91f0169d
Commit
91f0169d
authored
May 02, 2017
by
mouadh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change non pythonic function name
parent
bd5982d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
olapy/core/services/xmla_execute_tools.py
olapy/core/services/xmla_execute_tools.py
+2
-2
No files found.
olapy/core/services/xmla_execute_tools.py
View file @
91f0169d
...
@@ -12,7 +12,7 @@ class XmlaExecuteTools():
...
@@ -12,7 +12,7 @@ class XmlaExecuteTools():
def
__init__
(
self
,
executer
):
def
__init__
(
self
,
executer
):
self
.
executer
=
executer
self
.
executer
=
executer
def
split_data
F
rame
(
self
,
mdx_execution_result
):
def
split_data
f
rame
(
self
,
mdx_execution_result
):
"""
"""
Split DataFrame into multiple ones by dimension
Split DataFrame into multiple ones by dimension
example:
example:
...
@@ -248,7 +248,7 @@ class XmlaExecuteTools():
...
@@ -248,7 +248,7 @@ class XmlaExecuteTools():
"""
"""
# TODO must be OPTIMIZED every time!!!!!
# TODO must be OPTIMIZED every time!!!!!
dfs
=
self
.
split_data
F
rame
(
mdx_execution_result
)
dfs
=
self
.
split_data
f
rame
(
mdx_execution_result
)
if
mdx_execution_result
[
'columns_desc'
][
if
mdx_execution_result
[
'columns_desc'
][
'rows'
]
and
mdx_execution_result
[
'columns_desc'
][
'columns'
]:
'rows'
]
and
mdx_execution_result
[
'columns_desc'
][
'columns'
]:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment